From b206dda731e7c4390d6c9fe9c66feb8e903d3786 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 28 Jun 2021 11:54:56 +0200 Subject: jsdialog: enable line end style popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6c9bc4bf651ba130ec87348ac0e12cbe0265b3e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118006 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119653 Tested-by: Jenkins --- vcl/jsdialog/enabled.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 90ffcdc8dd5d..81cc808ceb7c 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -67,8 +67,8 @@ bool isBuilderEnabledForPopup(std::u16string_view rUIFile) || rUIFile == u"modules/scalc/ui/floatingborderstyle.ui" || rUIFile == u"svx/ui/textunderlinecontrol.ui" || rUIFile == u"svx/ui/numberingwindow.ui" || rUIFile == u"svx/ui/paralinespacingcontrol.ui" - || rUIFile == u"svx/ui/floatinglineproperty.ui" - || rUIFile == u"svx/ui/floatinglinestyle.ui") + || rUIFile == u"svx/ui/floatinglineproperty.ui" || rUIFile == u"svx/ui/floatinglinestyle.ui" + || rUIFile == u"svx/ui/floatinglineend.ui") return true; return false; -- cgit