diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-05-31 17:34:51 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-07-12 00:16:40 +0200 |
commit | 0fd05f6503c42df35b16735c7b690e56f1acab30 (patch) | |
tree | be1d699776fed364844e5080551eff97647b4418 /include | |
parent | 74bb3277e1471db2840584469a00158174780bd9 (diff) |
MSForms: Introduce a new fieldmark class for text-based date field
Change-Id: I3df49c516603fb16601fc0a9c13c6d9ea401207a
Reviewed-on: https://gerrit.libreoffice.org/75437
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/odffields.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/odffields.hxx b/include/xmloff/odffields.hxx index 27525fb39374..82127a57628e 100644 --- a/include/xmloff/odffields.hxx +++ b/include/xmloff/odffields.hxx @@ -33,6 +33,8 @@ #define ODF_FORMDROPDOWN_LISTENTRY "Dropdown_ListEntry" #define ODF_FORMDROPDOWN_RESULT "Dropdown_Selected" +#define ODF_FORMDATE "vnd.oasis.opendocument.field.FORMDATE" + #define ODF_TOC "vnd.oasis.opendocument.field.TOC" #define ODF_HYPERLINK "vnd.oasis.opendocument.field.HYPERLINK" |