[Libreoffice-commits] core.git: remotebridges/examples
Alexander Wilms
f.alexander.wilms at gmail.com
Wed Feb 26 07:39:01 PST 2014
remotebridges/examples/officeclient.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit da290f39fc3029215bd1dc78731d2cea25f13e92
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date: Tue Feb 25 19:48:19 2014 +0100
Remove visual noise from remotebridges
Change-Id: Id3696781d3480961c516f2a43135415b15cedde0
Reviewed-on: https://gerrit.libreoffice.org/8293
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx
index cf47d48..d7fd620 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 )
{
More information about the Libreoffice-commits
mailing list