[Libreoffice-commits] core.git: sw/uiconfig vcl/unx

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon May 24 16:22:42 UTC 2021


 sw/uiconfig/swriter/ui/insertfootnote.ui |    1 -
 vcl/unx/gtk3/gtkinst.cxx                 |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39bfafa73a327da2f9fc753e7f4dc10eca2dec78
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 24 16:12:39 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon May 24 18:21:52 2021 +0200

    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 at redhat.com>

diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui
index 334acd3ecd2f..7a561a5bbfd9 100644
--- a/sw/uiconfig/swriter/ui/insertfootnote.ui
+++ b/sw/uiconfig/swriter/ui/insertfootnote.ui
@@ -42,7 +42,6 @@
                     <property name="receives_default">True</property>
                     <property name="tooltip_text" translatable="yes" context="insertfootnote|prev">Previous footnote/endnote</property>
                     <property name="image">image1</property>
-                    <property name="image_position">right</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="prev-atkobject">
                         <property name="AtkObject::accessible-description" translatable="yes" context="insertfootnote|extended_tip|prev">Moves to the previous footnote or endnote anchor in the document.</property>
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);


More information about the Libreoffice-commits mailing list