[Libreoffice-commits] core.git: chart2/qa offapi/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 13 20:05:07 UTC 2020
chart2/qa/extras/chart2geometry.cxx | 2 +-
offapi/com/sun/star/frame/LayoutManager.idl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit bda7556020cacc4da16905e4b29bf4e853d5a725
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 11 17:07:29 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Aug 13 22:04:25 2020 +0200
Fix typos
Change-Id: I02f05d87920a09f2cbb8a66caa2f76b7aad62a49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100539
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/qa/extras/chart2geometry.cxx b/chart2/qa/extras/chart2geometry.cxx
index cc4fc628612d..091dafe67265 100644
--- a/chart2/qa/extras/chart2geometry.cxx
+++ b/chart2/qa/extras/chart2geometry.cxx
@@ -372,7 +372,7 @@ void Chart2GeometryTest::testTdf128345Legend_CS_TG_axial_export()
assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs", 3); // axial
// no element for 0% transparent
assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[1]/a:srgbClr/a:alpha", 0);
- // 100% transparent = opacity 0. It comes from "axial", therefor it is in the middle.
+ // 100% transparent = opacity 0. It comes from "axial", therefore it is in the middle.
assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[2]/a:srgbClr/a:alpha", "val", "0");
assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[2]", "pos", "50000");
assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[3]/a:srgbClr/a:alpha", 0);
diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl
index beb5bd595ae7..e53818962308 100644
--- a/offapi/com/sun/star/frame/LayoutManager.idl
+++ b/offapi/com/sun/star/frame/LayoutManager.idl
@@ -43,7 +43,7 @@
<li>boolean <code>AutomaticToolbars</code>: Whether automatic toolbars do appear</li>
<li>boolean <code>RefreshContextToolbarVisibility</code>: Set to true to refresh visibility of context toolbars</li>
<li>boolean <code>HideCurrentUI</code>: Hide/Show current UI elements (Toolbar, Statusbar, Menubar, etc)</li>
- <li>boolean <code>PreserveContentSize</code>: When true, the the outer window is resized the content/document size is preserved</li>
+ <li>boolean <code>PreserveContentSize</code>: When true, the outer window is resized the content/document size is preserved</li>
<ul>
</p>
More information about the Libreoffice-commits
mailing list