summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2005-08-23 10:23:43 +0000
committerJuergen Schmidt <jsc@openoffice.org>2005-08-23 10:23:43 +0000
commitc0c96af9e5006fd78dabd3292a02c1e554662d49 (patch)
treeabf90af373eabbccc139b4247b20c02ec4e36e49 /unodevtools
parent28193b418733023379f94f165121fdf8434619b4 (diff)
#i52208# formatting
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index f6d16a66d649..dcd449454326 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javacompskeleton.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2005-08-23 08:30:10 $
+ * last change: $Author: jsc $ $Date: 2005-08-23 11:23:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -290,7 +290,7 @@ void generateClassDefinition(std::ostream& o,
// check property helper
if (propertyhelper.getLength() > 1) {
- o << " private final PropertySetMixin m_prophlp;";
+ o << " private final PropertySetMixin m_prophlp;\n";
}
o << " private static final java.lang.String m_implementationName = "