diff options
Diffstat (limited to 'include/cppuhelper/factory.hxx')
-rw-r--r-- | include/cppuhelper/factory.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx index 60fabb44e7dc..bde35a7cfcc2 100644 --- a/include/cppuhelper/factory.hxx +++ b/include/cppuhelper/factory.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/cppuhelperdllapi.h> -//################################################################################################## + #define COMPONENT_GETENV "component_getImplementationEnvironment" #define COMPONENT_GETENVEXT "component_getImplementationEnvironmentExt" @@ -112,7 +112,7 @@ typedef sal_Bool (SAL_CALL * component_writeInfoFunc)( typedef void * (SAL_CALL * component_getFactoryFunc)( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ); -//################################################################################################## + namespace cppu { |