diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-04 18:27:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-04 20:44:00 +0100 |
commit | 70d5eaadd87660deb3e87abf1361dfe72f744f56 (patch) | |
tree | 204ec333b035501671c4d507fe090d9e0b9eea4e /xmloff/source/text/txtparae.cxx | |
parent | 61ab976bff4195beb77b749791d4f368cc9b71ee (diff) |
Fix typos
Change-Id: I4fae1f0f5da36741ee8aa163f8372f19c050fa0c
Reviewed-on: https://gerrit.libreoffice.org/47406
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 2714e0f9ba37..6398990ff5d7 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -3053,7 +3053,7 @@ void XMLTextParagraphExport::_exportTextGraphic( // Note: using GetTwipUnitConverter instead of GetMM100UnitConverter may be needed, // but is not generally available (as it should be, a 'current' UnitConverter should - // be available at GetExport() - and maybe was once). May have to be adressed as soon + // be available at GetExport() - and maybe was once). May have to be addressed as soon // as translate transformations are used here. GetExport().AddAttribute( XML_NAMESPACE_DRAW, |