diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:18:12 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-19 17:53:45 +0200 |
commit | 0288088d407e8285c9cdbf01637e56e66ab02318 (patch) | |
tree | 02c5d030d28ff874146ff1ae3fc36b53c596d1ef /xmloff | |
parent | 340eaa6aa15c18cc2696a4a304350810cb36565c (diff) |
Fix typos
Change-Id: I18b19477f9697b155ecb63481c38b93a5ac8c430
Reviewed-on: https://gerrit.libreoffice.org/57607
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLFontAutoStylePool.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/XMLFontAutoStylePool.cxx b/xmloff/source/style/XMLFontAutoStylePool.cxx index b0515a1bbea9..8c2fa0ce9e23 100644 --- a/xmloff/source/style/XMLFontAutoStylePool.cxx +++ b/xmloff/source/style/XMLFontAutoStylePool.cxx @@ -465,7 +465,7 @@ void XMLFontAutoStylePool::exportXML() if (sFileUrl.isEmpty()) continue; - // When embeded only is not set or font is used + // When embedded only is not set or font is used if (!m_bEmbedUsedOnly || aUsedFontNames.find(pEntry->GetFamilyName()) != aUsedFontNames.end()) { diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 1d3551fba7d9..f65f26943a62 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -2097,7 +2097,7 @@ void XMLTextFieldExport::ExportFieldDeclarations( } // else: no declarations element - // user field field masters: + // user field masters: if ( !aUserName.empty() ) { SvXMLElementExport aElem( GetExport(), |