vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit e8c44d23c792fd710738cdd97cd03ba5b3e2176a 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 22:49:16 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> (cherry picked from commit 032659457188fe5a96fea3945754ad944ffade38) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182368 Tested-by: Jenkins 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"