diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-07 10:43:32 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-07 17:58:31 +0200 |
commit | caa4981835ffce40ba409f05435a5ecc08be80b6 (patch) | |
tree | 4eafb9257a67d77e1958d7a7872be425859b39e1 /source/text/simpress | |
parent | 23f7d53f6e4c2cc1d0c869bd31a35a248a8b0111 (diff) |
add image dimension and alt content to icons
some icons miss width and height values.
Change-Id: I4b94a0cf64a29451c96bb8f58729914b2cb576cf
Reviewed-on: https://gerrit.libreoffice.org/60157
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/simpress')
-rw-r--r-- | source/text/simpress/00/00000403.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/simpress/00/00000403.xhp b/source/text/simpress/00/00000403.xhp index 6d9ab71946..966a56b6a3 100644 --- a/source/text/simpress/00/00000403.xhp +++ b/source/text/simpress/00/00000403.xhp @@ -67,7 +67,7 @@ <table id="tbl_id3157974"> <tablerow> <tablecell> - <paragraph id="par_id3148768" role="paragraph" xml-lang="en-US"> <image id="img_id3148774" src="cmd/sc_presentation.png"><alt xml-lang="en-US" id="alt_id3148774">Icon</alt></image></paragraph> + <paragraph id="par_id3148768" role="paragraph" xml-lang="en-US"> <image id="img_id3148774" src="cmd/sc_presentation.png" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3148774">Slide Show Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph id="par_id3151016" role="paragraph" xml-lang="en-US">Slide Show</paragraph> |