[Libreoffice-commits] core.git: vcl/jsdialog

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 29 10:25:36 UTC 2021


 vcl/jsdialog/enabled.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b206dda731e7c4390d6c9fe9c66feb8e903d3786
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Jun 28 11:54:56 2021 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Jul 29 12:25:01 2021 +0200

    jsdialog: enable line end style popup
    
    Change-Id: I6c9bc4bf651ba130ec87348ac0e12cbe0265b3e8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118006
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119653
    Tested-by: Jenkins

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;


More information about the Libreoffice-commits mailing list