summaryrefslogtreecommitdiff
path: root/framework/source/uielement/notebookbarmenucontroller.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:40 +0200
commit309115d8bb8f0c2610d027958dba0dd2e1c06c03 (patch)
treed8a4e145acd32d207e927cd6e7a7e9bf88a3b6a7 /framework/source/uielement/notebookbarmenucontroller.cxx
parentdc4704ce1b067b62df0b0cf9cda3c4106d80292c (diff)
loplugin:stringcopy: framework
Change-Id: Id63d99bc5048cfdffc834cf034f078d783ca95dc
Diffstat (limited to 'framework/source/uielement/notebookbarmenucontroller.cxx')
-rw-r--r--framework/source/uielement/notebookbarmenucontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/notebookbarmenucontroller.cxx b/framework/source/uielement/notebookbarmenucontroller.cxx
index f5f9401d6227..f29966e3ef64 100644
--- a/framework/source/uielement/notebookbarmenucontroller.cxx
+++ b/framework/source/uielement/notebookbarmenucontroller.cxx
@@ -106,7 +106,7 @@ void NotebookbarMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
const utl::OConfigurationTreeRoot aImplementationsNode(
m_xContext,
- OUString( aPath.makeStringAndClear() ),
+ aPath.makeStringAndClear(),
false);
if ( !aImplementationsNode.isValid() )
return;