summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/swuiexp.cxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-02-15 19:23:53 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-02-16 18:17:48 +0100
commit117da8dab05986380db586f1fae6a2f0af9ce389 (patch)
tree1342490053c401c04bc7b4329d13e326d8656d6f /sw/source/ui/dialog/swuiexp.cxx
parentd24fe1116ddd9eec3a0884c7b222455c44bd6eb4 (diff)
MSForms: Introduce a properties dialog for Drop-down form field
- Dialog created similar to the edit dialog of Input field - On the dialog, the user can edit the list of the drop down field - This dialog is only for editing of the field, so the user can't select an item from the list to display in the field. Change-Id: I6222aba9b211afeb0e9d10d97a49347921ff7353 Reviewed-on: https://gerrit.libreoffice.org/67909 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/ui/dialog/swuiexp.cxx')
-rw-r--r--sw/source/ui/dialog/swuiexp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/swuiexp.cxx b/sw/source/ui/dialog/swuiexp.cxx
index c016cc6189a4..048904334f8b 100644
--- a/sw/source/ui/dialog/swuiexp.cxx
+++ b/sw/source/ui/dialog/swuiexp.cxx
@@ -27,6 +27,7 @@
#include <srtdlg.hxx>
#include <dbinsdlg.hxx>
#include <DropDownFieldDialog.hxx>
+#include <DropDownFormFieldDialog.hxx>
#include <fldtdlg.hxx>
#include <glossary.hxx>
#include <inpdlg.hxx>