[Libreoffice-commits] core.git: officecfg/registry oox/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Nov 24 11:01:37 UTC 2017
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
oox/source/export/vmlexport.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5c1ec02f035fe3ed586817f49754ee251e0e6e40
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Nov 23 11:52:51 2017 +0100
Fix typos
Change-Id: I384be98fc5336d48e6855a0ed0fe436b63712152
Reviewed-on: https://gerrit.libreoffice.org/45143
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 0118b6f554ec..f9816fc7dfb6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -4475,7 +4475,7 @@
<prop oor:name="UseNativeTextDecoration" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Specifies if text decoration like underlining and
- strike-through be drawm by using SVG attributes (true) or by
+ strike-through be drawn by using SVG attributes (true) or by
drawing SVG primitives (false).</desc>
</info>
<value>true</value>
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index 29034a9ba07b..27c733375707 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -648,7 +648,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const tools::Rectangle&
// TODO case ESCHER_FillShadeTitle: pFillType = ""; break;
// TODO case ESCHER_FillBackground: pFillType = ""; break;
default:
- SAL_INFO("oox.vml", "Uunhandled fill type: " << nValue);
+ SAL_INFO("oox.vml", "Unhandled fill type: " << nValue);
break;
}
if ( pFillType )
More information about the Libreoffice-commits
mailing list