summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r--xmloff/source/text/txtfldi.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 090f7fc44680..2da067eab248 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -715,7 +715,7 @@ void XMLSenderFieldImportContext::ProcessAttribute(
sal_Bool bRet = GetImport().GetMM100UnitConverter().
convertBool(bVal, sAttrValue);
- // set bFixed if successfull
+ // set bFixed if successful
if (bRet) {
bFixed = bVal;
}
@@ -1390,7 +1390,7 @@ SvXMLImportContext* XMLDatabaseFieldImportContext::CreateChildContext(
}
}
- // we call ProcessAttribute in order to set bValid appropriatly
+ // we call ProcessAttribute in order to set bValid appropriately
ProcessAttribute( XML_TOKEN_INVALID, OUString() );
}
@@ -2314,7 +2314,7 @@ void XMLFileNameImportContext::ProcessAttribute(
break;
}
default:
- ; // unkown attribute: ignore
+ ; // unknown attribute: ignore
break;
}
}
@@ -3135,7 +3135,7 @@ void XMLDdeFieldDeclImportContext::StartElement(
UNO_QUERY);
if( xFactory.is() )
{
- /* #i6432# There might be multiple occurances of one DDE
+ /* #i6432# There might be multiple occurrences of one DDE
declaration if it is used in more than one of
header/footer/body. createInstance will throw an exception if we
try to create the second, third, etc. instance of such a