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

New commits:
commit 032659457188fe5a96fea3945754ad944ffade38
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Fri Feb 28 23:16:59 2025 +0530
Commit:     Pranam Lashkari <lpra...@collabora.com>
CommitDate: Fri Feb 28 19:37:01 2025 +0100

    jsdialog: enabled writer setboarder style popup
    
    Change-Id: I6ac3f81de49d91ef46ada4b5f881404155cab3c9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182366
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 6ff842226e5b..77907cd18c03 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -324,6 +324,7 @@ bool isBuilderEnabledForPopup(std::u16string_view rUIFile)
         || rUIFile == u"svx/ui/colorwindow.ui"
         || rUIFile == u"svx/ui/currencywindow.ui"
         || rUIFile == u"svx/ui/floatingareastyle.ui"
+        || rUIFile == u"svx/ui/floatingframeborder.ui"
         || rUIFile == u"svx/ui/floatinglineend.ui"
         || rUIFile == u"svx/ui/floatinglineproperty.ui"
         || rUIFile == u"svx/ui/floatinglinestyle.ui"

Reply via email to