From 6c4464a14ce324100df4cf3934c3ddeeac82ab08 Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Mon, 20 Mar 2023 18:35:31 +0530 Subject: jsdialog: enable column dialog (writer) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4b91d271d766d8efeaddc3c3775513184036c5f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149167 Reviewed-by: Szymon Kłos Tested-by: Szymon Kłos (cherry picked from commit f50d009885c499e55db35571ace83f2ed7effbfe) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149235 Tested-by: Jenkins Reviewed-by: Pranam Lashkari --- vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 9a3699301de1..fdb587c8b1e1 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -102,6 +102,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"modules/swriter/ui/captionoptions.ui" || rUIFile == u"modules/swriter/ui/characterproperties.ui" || rUIFile == u"modules/swriter/ui/charurlpage.ui" + || rUIFile == u"modules/swriter/ui/columndialog.ui" || rUIFile == u"modules/swriter/ui/columnpage.ui" || rUIFile == u"modules/swriter/ui/contentcontroldlg.ui" || rUIFile == u"modules/swriter/ui/contentcontrollistitemdlg.ui" -- cgit