summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-07-12 00:59:09 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-07-17 11:39:59 +0200
commita3a122a7bede69b5aed673095b5b998849b65135 (patch)
treeae1c13f408a16a1e293cce4d786a8a5877908bb3 /include
parent790ed145d658c3ca1a87cba2fc8376ef19226c49 (diff)
MSForms: Add a drop-down button for the text-based date field
* A calendar is opened by this button, where the user can select a date. * I used the same activation method which is used for drop-down form fields. Reviewed-on: https://gerrit.libreoffice.org/75443 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 836d688476afc22288c4f032af07c7d65d553c68) Change-Id: If0e63083463b9ead93baa2f27bdaaaf80aa9ce2f
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/odffields.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/odffields.hxx b/include/xmloff/odffields.hxx
index 0b0ec4676f39..fc119fe0a295 100644
--- a/include/xmloff/odffields.hxx
+++ b/include/xmloff/odffields.hxx
@@ -35,6 +35,7 @@
#define ODF_FORMDATE "vnd.oasis.opendocument.field.FORMDATE"
#define ODF_FORMDATE_DATEFORMAT "DateField_DateFormat"
+#define ODF_FORMDATE_CURRENTDATE "DateField_CurrentDate"
#define ODF_TOC "vnd.oasis.opendocument.field.TOC"