summaryrefslogtreecommitdiff
path: root/svtools/source/config/helpopt.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-29 16:59:43 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-29 16:59:43 +0000
commit7d494f4292ee6c46bcf02c57a04e5e94a89830c6 (patch)
tree0ab5416669c9feeccb9e6e72db1b97685631fdad /svtools/source/config/helpopt.cxx
parent67ce1045004203e368bc522e4039362602797531 (diff)
#80966#: some members removed from config
Diffstat (limited to 'svtools/source/config/helpopt.cxx')
-rw-r--r--svtools/source/config/helpopt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index 5988e714331f..d689428003be 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helpopt.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pb $ $Date: 2000-10-26 12:58:47 $
+ * last change: $Author: mba $ $Date: 2000-11-29 17:59:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,8 +126,8 @@ static Sequence< OUString > GetPropertyNames()
{
"ExtendedTip",
"Tip",
- "Agent/AutoStart",
- "HowTo/Show"
+// "Agent/AutoStart",
+// "HowTo/Show"
};
const int nCount = sizeof( aPropNames ) / sizeof( const char* );