diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-27 16:34:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-27 16:34:00 +0200 |
commit | b30ae238b451612cde2f785856a2a935e73d2dd5 (patch) | |
tree | 2367e4a59b6aa57660cef3f70d4320bb373c8f5d | |
parent | d752e0b9aaa0b08f80b0e903633f80912cd9325f (diff) |
No reason not to use RTLFUNC here
Change-Id: I9f01d84b4c518c178220af5cc310a3ba06bdceaa
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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; |