[Libreoffice-commits] core.git: unodevtools/source
Andrzej Hunt
andrzej.hunt at collabora.com
Tue Mar 18 11:38:32 PDT 2014
unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509
Author: Andrzej Hunt <andrzej.hunt at collabora.com>
Date: Tue Mar 18 18:37:33 2014 +0000
loplugin:passstringbyref
Change-Id: Ic88d78418fb9380dece316544e0afb4d8660f8e6
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 3b47a01..1ba094e 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";
More information about the Libreoffice-commits
mailing list