From d05287a9f1bd1aa82d4485013248bb24e692c6b6 Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Mon, 18 Feb 2013 18:45:17 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM removals Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2. Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d Reviewed-on: https://gerrit.libreoffice.org/2244 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- chart2/source/model/main/Legend.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chart2/source/model/main/Legend.cxx') diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx index 353d1e9eeb0c..5edead84c863 100644 --- a/chart2/source/model/main/Legend.cxx +++ b/chart2/source/model/main/Legend.cxx @@ -48,8 +48,7 @@ using ::com::sun::star::beans::Property; namespace { -static const OUString lcl_aServiceName( - RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.Legend" )); +static const OUString lcl_aServiceName( "com.sun.star.comp.chart2.Legend" ); enum { -- cgit