diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-02 09:34:01 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-29 22:02:00 +0200 |
commit | 63ed9fe32c849901af2624d59c49ddd42c70217a (patch) | |
tree | 19e59baa63479cbcbc855f8a03657ca6fa08c59f /vcl | |
parent | d22299918b5969fe2c08747fb7e7e55d52e9151b (diff) |
jsdialog: sidebar: enable fontwork popups
Change-Id: I12002874a06ca2dc96c6dc3dc0ef3d5004c45f5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118251
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119663
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 81cc808ceb7c..e7afb364c24d 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -68,7 +68,9 @@ bool isBuilderEnabledForPopup(std::u16string_view rUIFile) || 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/floatinglineend.ui") + || rUIFile == u"svx/ui/floatinglineend.ui" + || rUIFile == u"svx/ui/fontworkalignmentcontrol.ui" + || rUIFile == u"svx/ui/fontworkcharacterspacingcontrol.ui") return true; return false; |