summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-01-18 13:08:36 +0000
committerjp <jp@openoffice.org>2001-01-18 13:08:36 +0000
commitada4b04c6497c1166563cfa0dbc424d419821ce7 (patch)
tree37e53b3a7a1febf8d4d0deb8d101ba68f25f632b /sw/source/ui/fldui/fldtdlg.cxx
parent137ec5fde1372911680010164589f2189643a5d8 (diff)
new Field/-Type: combined character
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 1fbf87548f46..9264f8a3b10f 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldtdlg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:36 $
+ * last change: $Author: jp $ $Date: 2001-01-18 14:01:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -451,8 +451,10 @@ void SwFldDlg::Activate()
ReInitTabPage(TP_FLD_VAR);
if (!bHtmlMode)
+ {
ReInitTabPage(TP_FLD_REF);
-
+ ReInitTabPage(TP_FLD_FUNC);
+ }
}
/*--------------------------------------------------------------------
@@ -482,6 +484,9 @@ void SwFldDlg::InsertHdl()
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:36 hr
+ initial import
+
Revision 1.26 2000/09/18 16:05:29 willem.vandorp
OpenOffice header added.