summaryrefslogtreecommitdiff
path: root/framework/source/uielement
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-12 21:28:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-12 21:28:58 +0100
commitda1f782cb2be82f605fe6b73420e40513f34ed1b (patch)
treeaf212bb6726c9020a388c863969fcc5e0ceeed04 /framework/source/uielement
parentaddd884799b88213df813fd8501c3ab8306593e1 (diff)
loplugin:passstuffbyref
Change-Id: Ie8641fe51f1a8943402f0aab5f78c331b6deb3a0
Diffstat (limited to 'framework/source/uielement')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index efc6a489456b..8c5bb68e03fa 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -809,7 +809,7 @@ uno::Sequence< beans::PropertyValue > ToolBarManager::GetPropsForCommand( const
return aPropSeq;
}
-OUString ToolBarManager::RetrieveFromCommand( const OUString aName, const OUString& aCmdURL )
+OUString ToolBarManager::RetrieveFromCommand( const OUString & aName, const OUString& aCmdURL )
{
OUString aLabel;
Sequence< PropertyValue > aPropSeq;