diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-06-07 13:25:16 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-07-12 01:04:36 +0200 |
commit | 870c66694e7ed392141f0956ef74d1f71cdf8975 (patch) | |
tree | cd40e96a262bbbb9e40c230c29b2ed9210a8a371 /sw/Library_swui.mk | |
parent | 75099d6788672a98389d8592b88777c8d3a25fa6 (diff) |
MSForms: Introduce a properties dialog for date form field
* The dialog can be opened by the menu item and also by double click.
* The dialog contains a list to specify the date format.
Change-Id: I109a688752c5155f5bfabff272da3d6ab90dcded
Reviewed-on: https://gerrit.libreoffice.org/75439
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r-- | sw/Library_swui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index 51d80f89cff9..915d5ac09464 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -109,6 +109,7 @@ $(eval $(call gb_Library_add_exception_objects,swui,\ sw/source/ui/envelp/labfmt \ sw/source/ui/envelp/labprt \ sw/source/ui/envelp/mailmrge \ + sw/source/ui/fldui/DateFormFieldDialog \ sw/source/ui/fldui/DropDownFieldDialog \ sw/source/ui/fldui/DropDownFormFieldDialog \ sw/source/ui/fldui/changedb \ |