From b30ae238b451612cde2f785856a2a935e73d2dd5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 27 Jun 2017 16:34:00 +0200 Subject: No reason not to use RTLFUNC here Change-Id: I9f01d84b4c518c178220af5cc310a3ba06bdceaa --- basic/source/classes/sbunoobj.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basic/source/classes') 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; -- cgit