diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-26 16:00:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-26 16:20:50 +0200 |
commit | 3cb10e9220da27ca7db2f68007be9e310bdefc4d (patch) | |
tree | 485da09801dad613e86a2607b250769900d91fd0 /unodevtools/source/skeletonmaker/skeletoncommon.hxx | |
parent | 975e230f08a664c5afc596d07ea9165e667c28f0 (diff) |
unodevtools: drop support for skeletonmaker --java4 parameter
Minimum requirement has been Java 1.5 for years now.
Change-Id: Id512507db1fc12c92d8f7662505eda6866da2fc6
Diffstat (limited to 'unodevtools/source/skeletonmaker/skeletoncommon.hxx')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index 48425b119be3..5a33ebe20720 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -40,11 +40,10 @@ typedef ::std::vector< unoidl::AccumulationBasedServiceEntity::Property > AttributeInfo; struct ProgramOptions { - ProgramOptions(): java5(true), all(false), dump(false), license(false), + ProgramOptions(): all(false), dump(false), license(false), shortnames(false), supportpropertysetmixin(false), backwardcompatible(false), language(1), componenttype(1) {} - bool java5; bool all; bool dump; bool license; |