summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-11-13 09:54:43 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-13 09:54:57 +0100
commit12d51ad73c68ffe238dc2c28f9abd6b679dffb34 (patch)
tree24889899d52c1c61ceaf0deaba93f2c5169cf425 /include
parentf54a384f5ac16e969e8ecbf2821b89e0173c7403 (diff)
vcl: loplugin:passstuffbyref
Change-Id: I4ad2b77112a2c9bfbf76f0b84275d88046ed3851
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index fee454591a6f..485bbe8375cb 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -107,7 +107,7 @@ public:
static void reorderWithinParent(vcl::Window &rWindow, sal_uInt16 nNewPosition);
/// Get label of the command (like of .uno:Save) from the description service
- static OUString getCommandProperty(const OUString aProperty, const OUString& rCommand,
+ static OUString getCommandProperty(const OUString& rProperty, const OUString& rCommand,
const css::uno::Reference<css::uno::XComponentContext>& rContext,
const OUString& rModuleId);