summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneShells.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 09:37:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 09:37:00 +0100
commitc50ab3b3b21a7091a6ceb9c553ba9cd3ff0aaf47 (patch)
treeabade190f24ae8236c34a35280437ed6c984d0a7 /sd/source/ui/dlg/PaneShells.cxx
parent801b91432476d791bbb4000b06ace342f583784d (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I60f792a9047d8d9ad9cfc2a442c4dd179efec53a
Diffstat (limited to 'sd/source/ui/dlg/PaneShells.cxx')
-rw-r--r--sd/source/ui/dlg/PaneShells.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx
index cd2b3c48ffc4..0c4c4d3c3955 100644
--- a/sd/source/ui/dlg/PaneShells.cxx
+++ b/sd/source/ui/dlg/PaneShells.cxx
@@ -48,7 +48,7 @@ TYPEINIT1(LeftImpressPaneShell, SfxShell);
LeftImpressPaneShell::LeftImpressPaneShell()
: SfxShell()
{
- SetName(OUString("LeftImpressPane"));
+ SetName("LeftImpressPane");
}
LeftImpressPaneShell::~LeftImpressPaneShell()
@@ -74,7 +74,7 @@ TYPEINIT1(LeftDrawPaneShell, SfxShell);
LeftDrawPaneShell::LeftDrawPaneShell()
: SfxShell()
{
- SetName(OUString("LeftDrawPane"));
+ SetName("LeftDrawPane");
}
LeftDrawPaneShell::~LeftDrawPaneShell()