[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 09:16:19 UTC 2018


 source/text/shared/02/12040000.xhp |    9 +--------
 source/text/shared/02/12120000.xhp |    2 +-
 2 files changed, 2 insertions(+), 9 deletions(-)

New commits:
commit 49ca3ec3c2290c0ea58a57f31073fc838109f75d
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Sep 6 15:06:29 2018 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri Sep 7 11:15:57 2018 +0200

    Fix icon sizes
    
    SVG images must have width/height set.
    
    Change-Id: Ia881ad81614d949f1d01764f3e750c066651d631
    Reviewed-on: https://gerrit.libreoffice.org/60107
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp
index 87146c8f6..43ab98c03 100644
--- a/source/text/shared/02/12040000.xhp
+++ b/source/text/shared/02/12040000.xhp
@@ -30,8 +30,6 @@
 </history>
 </meta>
 <body>
-  
-  
   <section id="filterentfernen">
 <bookmark branch="hid/.uno:RemoveFilterSort" xml-lang="en-US" id="bm_id3144740" localize="false"/>
 <paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting">Reset Filter/Sorting</link></paragraph>
@@ -39,20 +37,15 @@
   </section>
   <section id="syfilterentfernen">
   <table id="tbl_id3155364">
-   
-   
-   
     <tablerow>
      <tablecell>
-      <paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><image src="cmd/sc_removefilter.png" id="img_id3151315"><alt xml-lang="en-US" id="alt_id3151315">Icon</alt></image></paragraph>
+         <paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><image src="cmd/sc_removefilter.png" id="img_id3151315"  width="38px" height="38px"><alt xml-lang="en-US" id="alt_id3151315">Icon</alt></image></paragraph>
      </tablecell>
      <tablecell>
       <paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">Reset Filter/Sorting</paragraph>
      </tablecell>
     </tablerow>
-   
   </table>
   </section>
-  
  </body>
 </helpdocument>
diff --git a/source/text/shared/02/12120000.xhp b/source/text/shared/02/12120000.xhp
index 608d4eda0..e4fd2faed 100644
--- a/source/text/shared/02/12120000.xhp
+++ b/source/text/shared/02/12120000.xhp
@@ -37,7 +37,7 @@
 <table id="tbl_id3143281">
   <tablerow>
     <tablecell>
-      <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><image src="cmd/sc_formfiltered.png" id="img_id3146130"><alt xml-lang="en-US" id="alt_id3146130">Icon</alt></image></paragraph>
+      <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><image src="cmd/sc_formfiltered.png" id="img_id3146130" width="38px" height="38px"><alt xml-lang="en-US" id="alt_id3146130">Icon</alt></image></paragraph>
     </tablecell>
     <tablecell>
       <paragraph role="paragraph" id="par_id3145090" xml-lang="en-US">Apply Filter</paragraph>


More information about the Libreoffice-commits mailing list