summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/modcfg.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-10-19 12:26:48 +0000
committerOliver Specht <os@openoffice.org>2000-10-19 12:26:48 +0000
commit1d6eeff72ce869e275b4ad597cbdad0dee4f1699 (patch)
treec803370ffb2c458ac4cbd9ecc02729b6a479d5db /sw/source/ui/config/modcfg.cxx
parent438e1f17ba0604bbe8c9beb6cdf052678ceee58e (diff)
#78643# document property HideFieldTips
Diffstat (limited to 'sw/source/ui/config/modcfg.cxx')
-rw-r--r--sw/source/ui/config/modcfg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/config/modcfg.cxx b/sw/source/ui/config/modcfg.cxx
index d7119c738e1d..4faded9d0fa7 100644
--- a/sw/source/ui/config/modcfg.cxx
+++ b/sw/source/ui/config/modcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: modcfg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2000-10-13 14:48:47 $
+ * last change: $Author: os $ $Date: 2000-10-19 13:26:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,8 @@ SwModuleOptions::SwModuleOptions() :
aInsertConfig(FALSE),
aWebInsertConfig(TRUE),
aTableConfig(FALSE),
- aWebTableConfig(TRUE)
+ aWebTableConfig(TRUE),
+ bHideFieldTips(FALSE)
{
aRevisionConfig.Load();
}