Kaydet (Commit) 729c70a2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: elide explicit ctor usage (manually due to macros)

Change-Id: Ib023c89256d50ebe15231a96f6106f60198d362e
üst dec34f54
......@@ -43,7 +43,7 @@ using namespace ::sf_misc;
#define BASPROV_PROPERTY_ID_URI 1
#define BASPROV_PROPERTY_ID_EDITABLE 2
#define BASPROV_PROPERTY_URI OUString( "URI" )
#define BASPROV_PROPERTY_URI "URI"
#define BASPROV_PROPERTY_EDITABLE "Editable"
#define BASPROV_DEFAULT_ATTRIBS() PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT | PropertyAttribute::READONLY
......
......@@ -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
......
......@@ -560,7 +560,7 @@ private:
typedef ::cppu::WeakImplHelper< XScriptListener, util::XCloseListener, lang::XInitialization, css::lang::XServiceInfo > EventListener_BASE;
#define EVENTLSTNR_PROPERTY_ID_MODEL 1
#define EVENTLSTNR_PROPERTY_MODEL OUString( "Model" )
#define EVENTLSTNR_PROPERTY_MODEL "Model"
class EventListener : public EventListener_BASE
,public ::comphelper::OMutexAndBroadcastHelper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment