vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 23e6f05a8ee80c33dd624dd6582f26b3dcf8f490
Author: Gökay Şatır <[email protected]>
AuthorDate: Fri Jan 20 12:06:47 2023 +0300
Commit: Gökay ŞATIR <[email protected]>
CommitDate: Fri Jan 20 17:48:55 2023 +0000
Add dropdownfielddialog.ui to JSON dialogues.
Signed-off-by: Gökay Şatır <[email protected]>
Change-Id: I4cfc792f0b1269936723285cc5ff1324bc22c161
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145871
Reviewed-by: Szymon Kłos <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index bc0a6f65f59b..bc53c8c3a45c 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -78,6 +78,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool
bMobile)
|| rUIFile == u"modules/swriter/ui/splittable.ui"
|| rUIFile == u"modules/swriter/ui/translationdialog.ui"
|| rUIFile == u"modules/swriter/ui/pagenumberdlg.ui"
+ || rUIFile == u"modules/swriter/ui/dropdownfielddialog.ui"
// sfx
|| rUIFile == u"sfx/ui/cmisinfopage.ui"
|| rUIFile == u"sfx/ui/custominfopage.ui"