Kaydet (Commit) 969bcb3e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: I779395274a480a0f1f4dc9d5ea8d323bba682031
üst d925b839
......@@ -43,7 +43,7 @@
using namespace ::com::sun::star::uno;
#define USERITEM_NAME OUString("UserItem")
#define USERITEM_NAME "UserItem"
SingleTabDlgImpl::SingleTabDlgImpl()
: m_pSfxPage(NULL)
......
......@@ -110,7 +110,7 @@ using namespace ::cppu;
#define IODLG_CONFIGNAME OUString("FilePicker_Save")
#define IMPGRF_CONFIGNAME OUString("FilePicker_Graph")
#define USERITEM_NAME OUString("UserItem")
#define USERITEM_NAME "UserItem"
namespace sfx2
{
......
......@@ -46,7 +46,7 @@ using namespace ::com::sun::star::uno;
#define VERSION 1
#define nPixel 30L
#define USERITEM_NAME OUString("UserItem")
#define USERITEM_NAME "UserItem"
namespace {
// helper class to deactivate UpdateMode, if needed, for the life time of an instance
......
......@@ -42,7 +42,7 @@
using namespace ::com::sun::star::uno;
#define USERITEM_NAME OUString("UserItem")
#define USERITEM_NAME "UserItem"
TYPEINIT1(SfxTabDialogItem,SfxSetItem);
......
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