summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xihelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xihelper.cxx')
-rw-r--r--sc/source/filter/excel/xihelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx
index 20f5e33dd256..11655d5a1fb6 100644
--- a/sc/source/filter/excel/xihelper.cxx
+++ b/sc/source/filter/excel/xihelper.cxx
@@ -299,7 +299,7 @@ void XclImpHFConverter::ParseString( const OUString& rHFString )
} eState = xlPSText;
const sal_Unicode* pChar = rHFString.getStr();
- const sal_Unicode* pNull = pChar + rHFString.getLength(); // pointer to teminating null char
+ const sal_Unicode* pNull = pChar + rHFString.getLength(); // pointer to terminating null char
while( *pChar )
{
switch( eState )