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

New commits:
commit b9ad48f1939145105ee57470b5c9210bacc8ee45
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Apr 12 15:13:13 2023 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri Apr 14 10:45:54 2023 +0200

    jsdialog: enable area dialog
    
    Change-Id: I915414c55c0b008c018bc2376760eaa85f653384
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150282
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150388

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index e135ca06d646..92399366af15 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -30,6 +30,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
 
     if (// cui
         rUIFile == u"cui/ui/areatabpage.ui"
+        || rUIFile == u"cui/ui/areadialog.ui"
         || rUIFile == u"cui/ui/asiantypography.ui"
         || rUIFile == u"cui/ui/borderpage.ui"
         || rUIFile == u"cui/ui/bulletandposition.ui"

Reply via email to