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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 90d23a02502b..245d7e4001a3 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -711,7 +711,7 @@ void XMLSenderFieldImportContext::ProcessAttribute(
bool bVal(false);
bool const bRet = ::sax::Converter::convertBool(bVal, sAttrValue);
- // set bFixed if successfull
+ // set bFixed if successful
if (bRet) {
bFixed = bVal;
}