summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 17:01:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 17:01:59 +0000
commit8ca836d841ababc427b2143e03efa66e558da507 (patch)
tree329ee521897c8959fdf1bd431ae9a99ffdb7c1e1 /unodevtools
parentdc65d628749cfd222637207ddbeb7937f7c1265a (diff)
INTEGRATION: CWS jsc2 (1.3.4); FILE MERGED
2005/12/15 16:52:43 jsc 1.3.4.1: #i58329# dump abbreviated namespace
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
index 8ceaa2ba6f1e..514b403c8a3e 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: skeletoncommon.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2005-09-09 13:50:32 $
+ * last change: $Author: hr $ $Date: 2005-12-28 18:01:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,7 @@ void checkType(TypeManager const & manager,
// check if constructors are specified, if yes automatically
// support of XInitialization
- if (reader.getMethodCount() > 0) {
+ if (reader.getMethodCount() > 1) {
OString s("com.sun.star.lang.XInitialization");
if (interfaceTypes.find(s) == interfaceTypes.end())
interfaceTypes.insert(s);