From 887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509 Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Tue, 18 Mar 2014 18:37:33 +0000 Subject: loplugin:passstringbyref Change-Id: Ic88d78418fb9380dece316544e0afb4d8660f8e6 --- unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 3b47a0103f5d..1ba094e0a5dd 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -34,7 +34,7 @@ namespace skeletonmaker { namespace cpp { void generateIncludes(std::ostream & o, const std::set< OUString >& interfaces, - OUString propertyhelper, bool serviceobject, + OUString & propertyhelper, bool serviceobject, bool supportxcomponent) { o << "#include \"sal/config.h\"\n"; -- cgit