diff options
-rw-r--r-- | sw/inc/unoprnms.hxx | 6 | ||||
-rw-r--r-- | sw/source/ui/config/modcfg.cxx | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index e29ea1dc9aab..729170dbb164 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-10-17 10:07:22 $ + * last change: $Author: os $ $Date: 2000-10-19 13:24:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -541,6 +541,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_RIGHT_BORDER_DISTANCE extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TOP_BORDER_DISTANCE ; extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BOTTOM_BORDER_DISTANCE ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_NUMBERING_RESTART; +extern const SwPropNameLen __FAR_DATA UNO_NAME_HIDE_FIELD_TIPS; + #endif 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(); } |