summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 17:02:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 17:02:14 +0000
commit8e5353b251125bb1290172df90652946739bdb29 (patch)
treea2de200f9a1e02b79519dd4371660618cfad6396 /unodevtools/source/skeletonmaker
parent8ca836d841ababc427b2143e03efa66e558da507 (diff)
INTEGRATION: CWS jsc2 (1.2.4); FILE MERGED
2005/12/15 16:52:44 jsc 1.2.4.1: #i58329# dump abbreviated namespace
Diffstat (limited to 'unodevtools/source/skeletonmaker')
-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 8f26a0294301..71d4f3efeb04 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: skeletoncommon.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2005-09-09 13:50:33 $
+ * last change: $Author: hr $ $Date: 2005-12-28 18:02:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,11 +59,12 @@ namespace skeletonmaker {
struct ProgramOptions {
ProgramOptions(): java5(true), all(false), dump(false),
- language(1) {}
+ shortnames(false), language(1) {}
bool java5;
bool all;
bool dump;
+ bool shortnames;
// language specifier - is extendable
// 1 = Java
// 2 = C++