From da290f39fc3029215bd1dc78731d2cea25f13e92 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:48:19 +0100 Subject: Remove visual noise from remotebridges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3696781d3480961c516f2a43135415b15cedde0 Reviewed-on: https://gerrit.libreoffice.org/8293 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- remotebridges/examples/officeclient.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remotebridges/examples') 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 ) { -- cgit