summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:51:34 -0500
commit53ade60932857cb9b8b71520bf73c96a2e98dc11 (patch)
treecb4211a170619c5bd417bf245f88935b9468b99d /xmloff
parenta68d4460558c52ea7cc17295caa1ce32e2b54673 (diff)
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 (cherry picked from commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d)
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/txtlists.hxx2
-rw-r--r--xmloff/source/chart/contexts.cxx2
-rw-r--r--xmloff/source/draw/sdxmlimp.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx
index 891fb7967337..423f254f6d0a 100644
--- a/xmloff/inc/txtlists.hxx
+++ b/xmloff/inc/txtlists.hxx
@@ -98,7 +98,7 @@ class XMLTextListsHelper : private boost::noncopyable
const OUString& i_ListId,
sal_Int16 & io_rLevel, const OUString& i_StyleName);
- /// get ID of the last numbered-paragraph iff it has given style-name
+ /// get ID of the last numbered-paragraph if it has given style-name
OUString GetNumberedParagraphListId(
const sal_uInt16 i_Level,
const OUString& i_StyleName);
diff --git a/xmloff/source/chart/contexts.cxx b/xmloff/source/chart/contexts.cxx
index 7c212e56aab8..c92480766d27 100644
--- a/xmloff/source/chart/contexts.cxx
+++ b/xmloff/source/chart/contexts.cxx
@@ -148,7 +148,7 @@ SvXMLImportContext *SchXMLFlatDocContext_Impl::CreateChildContext(
sal_uInt16 i_nPrefix, const OUString& i_rLocalName,
const uno::Reference<xml::sax::XAttributeList>& i_xAttrList)
{
- // behave like meta base class iff we encounter office:meta
+ // behave like meta base class if we encounter office:meta
const SvXMLTokenMap& rTokenMap =
mrImportHelper.GetDocElemTokenMap();
if ( XML_TOK_DOC_META == rTokenMap.Get( i_nPrefix, i_rLocalName ) ) {
diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx
index 35d6bb6da2fd..c2afa283e199 100644
--- a/xmloff/source/draw/sdxmlimp.cxx
+++ b/xmloff/source/draw/sdxmlimp.cxx
@@ -240,7 +240,7 @@ SvXMLImportContext *SdXMLFlatDocContext_Impl::CreateChildContext(
sal_uInt16 i_nPrefix, const OUString& i_rLocalName,
const uno::Reference<xml::sax::XAttributeList>& i_xAttrList)
{
- // behave like meta base class iff we encounter office:meta
+ // behave like meta base class if we encounter office:meta
const SvXMLTokenMap& rTokenMap = GetSdImport().GetDocElemTokenMap();
if ( XML_TOK_DOC_META == rTokenMap.Get( i_nPrefix, i_rLocalName ) ) {
return SvXMLMetaDocumentContext::CreateChildContext(