summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/cppcompskeleton.cxx')
-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 a2460ff28dd1..c7dbbf73451d 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -980,7 +980,7 @@ void generateSkeleton(ProgramOptions const & options,
try {
if (!standardout && options.license) {
- printLicenseHeader(*pofs, compFileName);
+ printLicenseHeader(*pofs);
}
generateIncludes(*pofs, interfaces, propertyhelper, serviceobject,
@@ -1138,7 +1138,7 @@ void generateCalcAddin(ProgramOptions const & options,
try {
if (!standardout && options.license) {
- printLicenseHeader(*pofs, compFileName);
+ printLicenseHeader(*pofs);
}
generateIncludes(*pofs, interfaces, propertyhelper, serviceobject,