summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncpp.hxx4
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx
index d8c3f938ee55..bd056047c941 100644
--- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx
+++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx
@@ -43,8 +43,8 @@ void printMethods(std::ostream & o,
OUString const & name,
codemaker::GeneratedTypeSet & generated,
OString const & delegate,
- OString const & classname=OString(),
- OString const & indentation=OString(),
+ OString const & classname,
+ OString const & indentation,
bool defaultvalue=false,
OUString const & propertyhelper=OUString());
diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx
index 4402fc173c0a..9efeeb1acc4e 100644
--- a/unodevtools/source/skeletonmaker/skeletonjava.hxx
+++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx
@@ -36,7 +36,7 @@ void printMethods(std::ostream & o,
OUString const & name,
codemaker::GeneratedTypeSet & generated,
OString const & delegate,
- OString const & indentation=OString(),
+ OString const & indentation,
bool defaultvalue=false,
bool usepropertymixin=false);