unodevtools/source/skeletonmaker/cppcompskeleton.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509
Author: Andrzej Hunt <andrzej.h...@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";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to