diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:32:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:32:43 +0100 |
commit | 729c70a2429753ea438b193de6fced88cac2b0fb (patch) | |
tree | dc3f008fbfde91cc857b843ace25ce01bcd2d73b /scripting/source/basprov/basscript.cxx | |
parent | dec34f5421fd4324a395978cdb87d2cb46c66007 (diff) |
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: Ib023c89256d50ebe15231a96f6106f60198d362e
Diffstat (limited to 'scripting/source/basprov/basscript.cxx')
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index 3e5186fa8d9e..ec621d23bc3d 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -47,7 +47,7 @@ namespace basprov { #define BASSCRIPT_PROPERTY_ID_CALLER 1 -#define BASSCRIPT_PROPERTY_CALLER OUString( "Caller" ) +#define BASSCRIPT_PROPERTY_CALLER "Caller" #define BASSCRIPT_DEFAULT_ATTRIBS() PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT |