diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-04 10:34:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-05 23:35:06 +0200 |
commit | a940826162dc93f5543f81fc8fe5d8618c4a6efb (patch) | |
tree | df64a2f1cda70234e4f77d7d86cf5ccc9c88b99f /xmloff/source | |
parent | 942f50e7d379ba5137f4a64d39bd06d6decad9e8 (diff) |
Fix typos
To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108
and f12096272e684ddcd8ffa4e34dcb0a680cc594c2
Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03
Reviewed-on: https://gerrit.libreoffice.org/37199
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/forms/propertyexport.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx index 46a2550ada7f..add27d089911 100644 --- a/xmloff/source/forms/propertyexport.cxx +++ b/xmloff/source/forms/propertyexport.cxx @@ -453,7 +453,7 @@ namespace xmloff Property aProperty = m_xPropertyInfo->getPropertyByName(sPropertyName); if ((aProperty.Attributes & PropertyAttribute::MAYBEVOID) == 0) // the string is empty, and the property is not allowed to be void - // -> don't need to write the attibute, 'cause missing it is unambiguous + // -> don't need to write the attribute, 'cause missing it is unambiguous return; } diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index c61c597fb7f9..933ec3a94723 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -740,7 +740,7 @@ void XMLTextFrameContext::removeGraphicFromImportContext(const SvXMLImportContex uno::Reference< lang::XComponent > xComp(pXMLTextFrameContext_Impl->GetPropSet(), UNO_QUERY); // Inform shape importer about the removal so it can adjust - // z-indxes. + // z-indexes. uno::Reference<drawing::XShape> xShape(xComp, uno::UNO_QUERY); GetImport().GetShapeImport()->shapeRemoved(xShape); |