frameloaderfactory.hxx (22e87013) frameloaderfactory.hxx (06fea5eb)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 115 unchanged lines hidden (view full) ---

124 //---------------------------------------
125
126 /** @short return a new intsnace of this class.
127
128 @descr This method is used by the uno service manager, to create
129 a new instance of this service if needed.
130
131 @param xSMGR
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 115 unchanged lines hidden (view full) ---

124 //---------------------------------------
125
126 /** @short return a new intsnace of this class.
127
128 @descr This method is used by the uno service manager, to create
129 a new instance of this service if needed.
130
131 @param xSMGR
132 reference to the uno service manager, which require
132 reference to the uno service manager, which requires
133 this new instance. It should be passed to the new object
133 this new instance. It should be passed to the new object
134 so it can be used internaly to create own needed uno resources.
134 so it can be used internally to create own needed uno resources.
135
136 @return The new instance of this service as an uno reference.
137 */
138 static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
139};
140
141 } // namespace config
142} // namespace filter
143
144#endif // __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_
135
136 @return The new instance of this service as an uno reference.
137 */
138 static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
139};
140
141 } // namespace config
142} // namespace filter
143
144#endif // __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_