summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 1ba094e0a5dd..4a882020c94c 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -34,8 +34,8 @@ namespace skeletonmaker { namespace cpp {
void generateIncludes(std::ostream & o,
const std::set< OUString >& interfaces,
- OUString & propertyhelper, bool serviceobject,
- bool supportxcomponent)
+ const OUString & propertyhelper, const bool serviceobject,
+ const bool supportxcomponent)
{
o << "#include \"sal/config.h\"\n";
if (serviceobject) {