vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 89623ae8c50a96c2e3c27bff332cf982a1295874
Author: Pranam Lashkari <[email protected]>
AuthorDate: Fri Feb 28 23:16:59 2025 +0530
Commit: Pranam Lashkari <[email protected]>
CommitDate: Fri Feb 28 22:49:50 2025 +0100
jsdialog: enabled writer setboarder style popup
Change-Id: I6ac3f81de49d91ef46ada4b5f881404155cab3c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182366
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Pranam Lashkari <[email protected]>
(cherry picked from commit 032659457188fe5a96fea3945754ad944ffade38)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182369
Tested-by: Pranam Lashkari <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 5e25a9977518..f474ca505c16 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"