[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - vcl/jsdialog

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 29 09:13:17 UTC 2021


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

New commits:
commit 0eab797f29d074feb9ba81befa4160826efe4e7d
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: Tue Jun 29 11:12:45 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>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index dfadee95019c..77d276284fb2 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -68,7 +68,8 @@ bool isBuilderEnabledForPopup(const OUString& rUIFile)
         || rUIFile == "modules/scalc/ui/floatingborderstyle.ui"
         || rUIFile == "svx/ui/textunderlinecontrol.ui" || rUIFile == "svx/ui/numberingwindow.ui"
         || rUIFile == "svx/ui/paralinespacingcontrol.ui"
-        || rUIFile == "svx/ui/floatinglineproperty.ui" || rUIFile == "svx/ui/floatinglinestyle.ui")
+        || rUIFile == "svx/ui/floatinglineproperty.ui" || rUIFile == "svx/ui/floatinglinestyle.ui"
+        || rUIFile == "svx/ui/floatinglineend.ui")
         return true;
 
     return false;


More information about the Libreoffice-commits mailing list