diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:55 +0100 |
commit | 42cf4f9a2700e5d8ba5f551be2355cb827f4c5bf (patch) | |
tree | 774156f03d654c4df3e368fe10c94b5a086a7ddd /sw/source/uibase/app/swmodule.cxx | |
parent | 2f88f0adf0f787ae1e1a2a5ac2156b347984fd4a (diff) |
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I55970d363ab53eb78d580192006e52d9240d46fb
Diffstat (limited to 'sw/source/uibase/app/swmodule.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 9be3159c792f..d2d99939dd50 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -169,7 +169,7 @@ SwModule::SwModule( SfxObjectFactory* pWebFact, m_pDragDrop( 0 ), m_pXSelection( 0 ) { - SetName( OUString("StarWriter") ); + SetName( "StarWriter" ); pSwResMgr = GetResMgr(); SvxErrorHandler::ensure(); m_pErrorHandler = new SfxErrorHandler( RID_SW_ERRHDL, |