diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-25 10:55:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-25 14:14:05 +0200 |
commit | f6083a5d5c5513af63a43d58da5f3cdeb7597861 (patch) | |
tree | 6d8a2ce0a362b246d296756bff51320761476e10 | |
parent | 7b2b740ae59a8bc8c2b0d611d2907119adda5ed9 (diff) |
gtk4: enable some more working dialogs
Change-Id: Ia6c5137ca09629919d593f636eaebb5a28a1aa05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116095
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 1fcca8358620..53f0a5cf795d 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -19704,6 +19704,8 @@ weld::Builder* GtkInstance::CreateBuilder(weld::Widget* pParent, const OUString& { #if GTK_CHECK_VERSION(4, 0, 0) if (rUIFile != "cui/ui/hyphenate.ui" && + rUIFile != "cui/ui/objectnamedialog.ui" && + rUIFile != "cui/ui/objecttitledescdialog.ui" && rUIFile != "cui/ui/percentdialog.ui" && rUIFile != "cui/ui/signatureline.ui" && rUIFile != "cui/ui/tipofthedaydialog.ui" && |