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

New commits:
commit 515417105729c69e9eef76a48c39f97affce19a9
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: Wed Apr 12 15:15:02 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>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index fbc6441a5271..73dc2bec6a4f 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