diff options
author | Noel Power <noel.power@novell.com> | 2011-03-01 11:35:57 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-03-01 11:35:57 +0000 |
commit | 67d1f894487129e0e2b8c44b907d7992195bc310 (patch) | |
tree | 56fc552db270fbfa6859d252c93a324aadf35b77 /xmloff/inc | |
parent | 20b77e66d03050108c276f9bb191832125447fa8 (diff) |
revert commit 4877ad1d8ef4bf509d5329f03fe6c16e8e3c307e
revert patch that introduces some new odf attributes for form field controls
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/odffields.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/odffields.hxx b/xmloff/inc/xmloff/odffields.hxx index 1e63c428adeb..ae2c78ddc59f 100644 --- a/xmloff/inc/xmloff/odffields.hxx +++ b/xmloff/inc/xmloff/odffields.hxx @@ -35,19 +35,15 @@ #define ODF_FORMTEXT "vnd.oasis.opendocument.field.FORMTEXT" -#define ODF_FORMTEXT_NAME "FormText_Name" -#define ODF_FORMTEXT_DEFAULT "FormText_Default" #define ODF_FORMCHECKBOX "vnd.oasis.opendocument.field.FORMCHECKBOX" #define ODF_FORMCHECKBOX_HELPTEXT "Checkbox_HelpText" #define ODF_FORMCHECKBOX_NAME "Checkbox_Name" #define ODF_FORMCHECKBOX_RESULT "Checkbox_Checked" -#define ODF_FORMCHECKBOX_DEFAULT "Checkbox_Default" #define ODF_FORMDROPDOWN "vnd.oasis.opendocument.field.FORMDROPDOWN" #define ODF_FORMDROPDOWN_LISTENTRY "Dropdown_ListEntry" #define ODF_FORMDROPDOWN_RESULT "Dropdown_Selected" -#define ODF_FORMDROPDOWN_NAME "Dropdown_Name" #define ODF_TOC "vnd.oasis.opendocument.field.TOC" |