From 27219b16359bc975be4cc04bf2d0ab167f30c061 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Nov 2015 12:33:18 +0100 Subject: loplugin:stringconstant: elide explicit ctor usage (manually due to macros) Change-Id: Ib1a38d0f19ce7cab596fc32b2db0560dbeabe4ea --- toolkit/source/controls/dialogcontrol.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit/source/controls/dialogcontrol.cxx') diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx index 1cb7127c334f..005984c9ea15 100644 --- a/toolkit/source/controls/dialogcontrol.cxx +++ b/toolkit/source/controls/dialogcontrol.cxx @@ -65,9 +65,9 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::util; -#define PROPERTY_DIALOGSOURCEURL OUString( "DialogSourceURL" ) -#define PROPERTY_IMAGEURL OUString( "ImageURL" ) -#define PROPERTY_GRAPHIC OUString( "Graphic" ) +#define PROPERTY_DIALOGSOURCEURL "DialogSourceURL" +#define PROPERTY_IMAGEURL "ImageURL" +#define PROPERTY_GRAPHIC "Graphic" // we probably will need both a hash of control models and hash of controls -- cgit