From 563a9b7ab3cc1ed0166d1bfe0568124a2fd9b80e Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Mon, 1 Apr 2013 21:08:13 +0200 Subject: Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper Change-Id: I0816631a1d0c68dcef9c640c91d00ac9942ded28 --- vbahelper/inc/vbahelper/vbahelperinterface.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper') 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 ); \ } // ---------------------------------------------------------------------------- -- cgit