summaryrefslogtreecommitdiff
path: root/vbahelper/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/inc')
-rw-r--r--vbahelper/inc/vbahelper/vbahelperinterface.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbahelperinterface.hxx b/vbahelper/inc/vbahelper/vbahelperinterface.hxx
index ee963db223b4..a37bb59dc129 100644
--- a/vbahelper/inc/vbahelper/vbahelperinterface.hxx
+++ b/vbahelper/inc/vbahelper/vbahelperinterface.hxx
@@ -138,7 +138,7 @@ public:
#define VBAHELPER_IMPL_GETSERVICEIMPLNAME( classname ) \
OUString classname::getServiceImplName() \
{ \
- return OUString( RTL_CONSTASCII_USTRINGPARAM( #classname ) ); \
+ return OUString( #classname ); \
}
// ----------------------------------------------------------------------------