From 1d6eeff72ce869e275b4ad597cbdad0dee4f1699 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 19 Oct 2000 12:26:48 +0000 Subject: #78643# document property HideFieldTips --- sw/source/ui/config/modcfg.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/config/modcfg.cxx') 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(); } -- cgit