[Libreoffice-commits] core.git: 2 commits - sc/source vcl/headless
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 8 21:54:05 UTC 2020
vcl/headless/svpgdi.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dd0dda17c9984ce29b674f7ba903cd1d3fe73ab5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 8 19:35:05 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 8 22:53:48 2020 +0100
Removed executable permission on file
Change-Id: I8b8cb042e2a5c0c2415811f1b738a529cbd18a64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
old mode 100755
new mode 100644
commit d8cd2dd3bc3042a000af6b2739dc723fc9827f84
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 8 19:34:35 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 8 22:53:32 2020 +0100
Fix typo
Change-Id: Ic8a30a09566ff192b7639a5b390b64c9187fc749
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88275
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index b015006e646e..b47f1a9072a5 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1322,10 +1322,10 @@ bool SvpSalGraphics::drawPolyLine(
const double fDotDashLength(nullptr != pStroke ? std::accumulate(pStroke->begin(), pStroke->end(), 0.0) : 0.0);
const bool bStrokeUsed(0.0 != fDotDashLength);
- // MM01 decide if to stroke direcly
+ // MM01 decide if to stroke directly
static bool bDoDirectCairoStroke(true);
- // MM01 activate to stroke direcly
+ // MM01 activate to stroke directly
if(bDoDirectCairoStroke && bStrokeUsed)
{
cairo_set_dash(cr, pStroke->data(), pStroke->size(), 0.0);
More information about the Libreoffice-commits
mailing list