diff options
-rw-r--r-- | remotebridges/examples/officeclient.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx index cf47d48427fe..d7fd6208988a 100644 --- a/remotebridges/examples/officeclient.cxx +++ b/remotebridges/examples/officeclient.cxx @@ -260,7 +260,7 @@ using namespace remotebridges_officeclient; extern "C" { -//================================================================================================== + sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey ) { @@ -286,7 +286,7 @@ sal_Bool SAL_CALL component_writeInfo( } return sal_False; } -//================================================================================================== + SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { |