diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-04-01 21:08:13 +0200 |
---|---|---|
committer | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-04-01 22:12:22 +0200 |
commit | 563a9b7ab3cc1ed0166d1bfe0568124a2fd9b80e (patch) | |
tree | 20f52c72ac7eb7a3dfac07a1e0297b17db60b58e /vbahelper | |
parent | 6591068f2a73252f4e3c9abf9b153a5b4f59410b (diff) |
Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper
Change-Id: I0816631a1d0c68dcef9c640c91d00ac9942ded28
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/inc/vbahelper/vbahelperinterface.hxx | 2 |
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 ); \ } // ---------------------------------------------------------------------------- |