summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:05:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:23:52 +0100
commitf0b857310dd564356a6ff7854bdc42cb677989f9 (patch)
tree701b4f99e1e74d45f631b3a0906881c25bf57bb4 /oox
parenttdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder() (diff)
downloadcore-f0b857310dd564356a6ff7854bdc42cb677989f9.tar.gz
core-f0b857310dd564356a6ff7854bdc42cb677989f9.zip
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/textcharacterproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textcharacterproperties.cxx b/oox/source/drawingml/textcharacterproperties.cxx
index b98757ce35b9..77ab07b50423 100644
--- a/oox/source/drawingml/textcharacterproperties.cxx
+++ b/oox/source/drawingml/textcharacterproperties.cxx
@@ -40,7 +40,7 @@ namespace drawingml {
void TextCharacterProperties::assignUsed( const TextCharacterProperties& rSourceProps )
{
- // overwrite all properties exisiting in rSourceProps
+ // overwrite all properties existing in rSourceProps
maHyperlinkPropertyMap.assignUsed( rSourceProps.maHyperlinkPropertyMap );
maLatinFont.assignIfUsed( rSourceProps.maLatinFont );
maLatinThemeFont.assignIfUsed( rSourceProps.maLatinThemeFont );