diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-06-28 11:54:56 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-29 12:25:01 +0200 |
commit | b206dda731e7c4390d6c9fe9c66feb8e903d3786 (patch) | |
tree | f9fda0e3b3c5f283a2526918fde28decccbbe40c | |
parent | 202bdf0673964bb405a9677ea6c0b4cfec9479cd (diff) |
jsdialog: enable line end style popup
Change-Id: I6c9bc4bf651ba130ec87348ac0e12cbe0265b3e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118006
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119653
Tested-by: Jenkins
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |