diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2023-09-07 16:25:45 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-09-11 09:47:20 +0200 |
commit | d24f48e69b901a6613fd487977a84ee57c55c4b4 (patch) | |
tree | d71c980fc0ccc4f4604f50da0841d20aae0ca2f0 /vcl | |
parent | 24500143f2ec472afc47ff13acecafc39700c3f2 (diff) |
jsdialog: enable Hyperlink Dialog
- removed old "tunneled window" test for hyperlink dialog
which cannot work when using jsdialogs
Change-Id: I62b6c568149d4ea4656b23c47f4c79efe61abfb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156668
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Attila Szűcs <attila.szucs@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index c93897d95d6c..d63f6903e01e 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -46,6 +46,9 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"cui/ui/formatnumberdialog.ui" || rUIFile == u"cui/ui/gradientpage.ui" || rUIFile == u"cui/ui/hatchpage.ui" + || rUIFile == u"cui/ui/hyperlinkdialog.ui" + || rUIFile == u"cui/ui/hyperlinkinternetpage.ui" + || rUIFile == u"cui/ui/hyperlinkmailpage.ui" || rUIFile == u"cui/ui/imagetabpage.ui" || rUIFile == u"cui/ui/linedialog.ui" || rUIFile == u"cui/ui/lineendstabpage.ui" |