diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-03-18 18:37:33 +0000 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-03-18 18:37:33 +0000 |
commit | 887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509 (patch) | |
tree | cfffd97a35c41d95d7879f2c6e4fbf5ec99cbefd /unodevtools | |
parent | 07909e0045d9f94329861fe2e7b3403a5c4befed (diff) |
loplugin:passstringbyref
Change-Id: Ic88d78418fb9380dece316544e0afb4d8660f8e6
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |