vcl/jsdialog/enabled.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f222ea7cac653bb2319bb1d3196dea6ce062026a
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Wed Apr 26 16:26:55 2023 +0900
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Wed Apr 26 11:25:27 2023 +0200

    jsdialog: enable themedialog.ui and themecoloreditdialog.ui
    
    Change-Id: Ie6c6af3e3a98548cad8b5bfb067382a03296b278
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151033
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 0619e79785ea..0ed9c299bc00 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -214,6 +214,8 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"svx/ui/findreplacedialog.ui"
         || rUIFile == u"svx/ui/fontworkgallerydialog.ui"
         || rUIFile == u"svx/ui/headfootformatpage.ui"
+        || rUIFile == u"svx/ui/themecoloreditdialog.ui"
+        || rUIFile == u"svx/ui/themedialog.ui"
         // uui
         || rUIFile == u"uui/ui/macrowarnmedium.ui"
         // vcl

Reply via email to