summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 15:24:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 15:24:36 +0000
commit6c9bb527387f2cdc547dada8e6ade4bebfe6ac71 (patch)
treef013d2f82110a728c35c2205dc87c33677b8626c /unodevtools
parentef93b3b37d753ad9ff04394f3f211b8c88d1525e (diff)
INTEGRATION: CWS jsc12 (1.4.10); FILE MERGED
2006/07/31 14:53:23 jsc 1.4.10.1: #i67879# simplify calc add-in skeleton
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx
index 19de6034b2dc..8dcda646eb31 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: skeletoncommon.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:20:08 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 16:24:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ namespace skeletonmaker {
struct ProgramOptions {
ProgramOptions(): java5(true), all(false), dump(false), license(false),
shortnames(false), supportpropertysetmixin(false),
- language(1), componenttype(1) {}
+ backwardcompatible(false), language(1), componenttype(1) {}
bool java5;
bool all;
@@ -65,6 +65,7 @@ struct ProgramOptions {
bool license;
bool shortnames;
bool supportpropertysetmixin;
+ bool backwardcompatible;
// language specifier - is extendable
// 1 = Java
// 2 = C++