From 4cbcec9ed4c51277b00c155a5fa097880c0dee4b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Apr 2016 16:33:17 +0200 Subject: clang-tidy performance-unnecessary-value-param in sfx2 Change-Id: I035eec1f3701c48b9a85c60400c68f9365299b48 --- sfx2/inc/guisaveas.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx index 729f067c86e1..1e516c48d187 100644 --- a/sfx2/inc/guisaveas.hxx +++ b/sfx2/inc/guisaveas.hxx @@ -58,7 +58,7 @@ public: SfxStoringHelper(); bool GUIStoreModel( - css::uno::Reference< css::frame::XModel > xModel, + const css::uno::Reference< css::frame::XModel >& xModel, const OUString& aSlotName, css::uno::Sequence< css::beans::PropertyValue >& aArgsSequence, bool bPreselectPassword, -- cgit