summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-24 16:12:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-24 18:21:52 +0200
commit39bfafa73a327da2f9fc753e7f4dc10eca2dec78 (patch)
tree2b08382dd72f7799d4f1298ee3d55e6e05517020 /vcl
parent8e34098774a002a8734d9d03d1ba7cb445b815c4 (diff)
no need for an image-position if the button only has an image
and no text for the image to be relative to Change-Id: Ic06dfe6451708590d08a3d2b6821f68a67048de7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtkinst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 017bf4f76f3d..16d4ceeeafb5 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -19664,6 +19664,7 @@ weld::Builder* GtkInstance::CreateBuilder(weld::Widget* pParent, const OUString&
rUIFile != "modules/smath/ui/fontsizedialog.ui" &&
rUIFile != "modules/smath/ui/savedefaultsdialog.ui" &&
rUIFile != "modules/swriter/ui/gotopagedialog.ui" &&
+ rUIFile != "modules/swriter/ui/insertfootnote.ui" &&
rUIFile != "modules/swriter/ui/wordcount.ui")
{
SAL_WARN( "vcl.gtk", rUIFile);