summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
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/slidesorter/shell
parent801b91432476d791bbb4000b06ace342f583784d (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I60f792a9047d8d9ad9cfc2a442c4dd179efec53a
Diffstat (limited to 'sd/source/ui/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index 188f19b10f40..8cfe7a0304d6 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -132,7 +132,7 @@ SlideSorterViewShell::SlideSorterViewShell (
mpFrameView = new FrameView(GetDoc());
GetFrameView()->Connect();
- SetName (OUString("SlideSorterViewShell"));
+ SetName ("SlideSorterViewShell");
pParentWindow->SetStyle(pParentWindow->GetStyle() | WB_DIALOGCONTROL);
}