From e5a7a65e59fcd300834e5a7d20b797dedbeb6b69 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 6 Jul 2021 11:40:07 +0200 Subject: Convert AreaTransparencyGradientPopup to WeldToolbarPopup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3cbb17de9953281e884f6c1b2984bc4865a56227 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118471 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120700 Tested-by: Jenkins --- vcl/jsdialog/enabled.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl/jsdialog') diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index e7afb364c24d..b32f9a01d672 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -70,7 +70,8 @@ bool isBuilderEnabledForPopup(std::u16string_view rUIFile) || rUIFile == u"svx/ui/floatinglineproperty.ui" || rUIFile == u"svx/ui/floatinglinestyle.ui" || rUIFile == u"svx/ui/floatinglineend.ui" || rUIFile == u"svx/ui/fontworkalignmentcontrol.ui" - || rUIFile == u"svx/ui/fontworkcharacterspacingcontrol.ui") + || rUIFile == u"svx/ui/fontworkcharacterspacingcontrol.ui" + || rUIFile == u"svx/ui/floatingareastyle.ui") return true; return false; -- cgit