summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:49:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:49:17 +0000
commitb6144b3dac3807f5c47d25d61cdb441d5fe088c1 (patch)
treedd512df3d5731f54e7d13e1b4f8572d0e952ccb4 /sw/inc/fldbas.hxx
parent4300bbc22dc65e5395787f224e3b270bc7640f14 (diff)
INTEGRATION: CWS aig04 (1.5.216); FILE MERGED
2003/06/12 12:41:39 hbrinkm 1.5.216.1: #108791# new: SwDropDownField{Type}
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 4ca48ee2f82e..04914d0215ed 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldbas.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2002-11-15 11:08:21 $
+ * last change: $Author: hr $ $Date: 2003-06-30 15:49:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,7 @@ enum RES_FIELDS
RES_DATETIMEFLD,
RES_AUTHORITY, //Table of authorities
RES_COMBINED_CHARS,
+ RES_DROPDOWN,
RES_FIELDS_END
};
@@ -189,6 +190,7 @@ enum SwFldTypesEnum
TYP_SCRIPTFLD, // 40
TYP_AUTHORITY,
TYP_COMBINED_CHARS,
+ TYP_DROPDOWN,
TYP_END
};