[Libreoffice-commits] core.git: basic/source
Stephan Bergmann
sbergman at redhat.com
Tue Jun 27 14:34:28 UTC 2017
basic/source/classes/sbunoobj.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit b30ae238b451612cde2f785856a2a935e73d2dd5
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 27 16:34:00 2017 +0200
No reason not to use RTLFUNC here
Change-Id: I9f01d84b4c518c178220af5cc310a3ba06bdceaa
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 7b755de3ee16..bc70879aecea 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -4046,8 +4046,7 @@ sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const OUString& Nam
// create Uno-Service
// 1. Parameter == Prefix-Name of the macro
// 2. Parameter == fully qualified name of the listener
-void SbRtl_CreateUnoListener( StarBASIC* pBasic, SbxArray& rPar, bool bWrite )
-//RTLFUNC(CreateUnoListener)
+RTLFUNC(CreateUnoListener)
{
(void)bWrite;
More information about the Libreoffice-commits
mailing list