xmloff/source/style/XMLFontAutoStylePool.cxx | 2 +- xmloff/source/text/txtflde.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0288088d407e8285c9cdbf01637e56e66ab02318 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jul 17 23:18:12 2018 +0200 Commit: Jens Carl <[email protected]> CommitDate: Thu Jul 19 17:53:45 2018 +0200 Fix typos Change-Id: I18b19477f9697b155ecb63481c38b93a5ac8c430 Reviewed-on: https://gerrit.libreoffice.org/57607 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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(), _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
