diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:00 +0100 |
commit | c50ab3b3b21a7091a6ceb9c553ba9cd3ff0aaf47 (patch) | |
tree | abade190f24ae8236c34a35280437ed6c984d0a7 /sd/source/ui/view/outlnvsh.cxx | |
parent | 801b91432476d791bbb4000b06ace342f583784d (diff) |
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I60f792a9047d8d9ad9cfc2a442c4dd179efec53a
Diffstat (limited to 'sd/source/ui/view/outlnvsh.cxx')
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index fa085c06dd94..63c45d014a47 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -161,7 +161,7 @@ void OutlineViewShell::Construct(DrawDocShell* ) pLastPage = GetActualPage(); - SetName( OUString( "OutlineViewShell" ) ); + SetName( "OutlineViewShell" ); SetHelpId( SD_IF_SDOUTLINEVIEWSHELL ); GetActiveWindow()->SetHelpId( HID_SDOUTLINEVIEWSHELL ); |