summaryrefslogtreecommitdiffstats
path: root/unodevtools/source/skeletonmaker/skeletonjava.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/skeletonjava.hxx')
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx2
1 files changed, 1 insertions, 1 deletions
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);