diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:48:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:38:34 -0600 |
commit | da290f39fc3029215bd1dc78731d2cea25f13e92 (patch) | |
tree | 8109eed6240223e595557921045bfdc506890650 /remotebridges | |
parent | 40961d7bcdb57a13115928a9c21d48ffa6e93aee (diff) |
Remove visual noise from remotebridges
Change-Id: Id3696781d3480961c516f2a43135415b15cedde0
Reviewed-on: https://gerrit.libreoffice.org/8293
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'remotebridges')
-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 ) { |