summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/excimp8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/excimp8.cxx')
-rw-r--r--sc/source/filter/excel/excimp8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 9e3d8469b338..0f303f8a7637 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -426,7 +426,7 @@ void ImportExcel8::FilterMode()
// The FilterMode record exists: if either the AutoFilter
// record exists or an Advanced Filter is saved and stored
// in the sheet. Thus if the FilterMode records only exists
- // then the latter is true..
+ // then the latter is true...
if( !pExcRoot->pAutoFilterBuffer ) return;
XclImpAutoFilterData* pData = pExcRoot->pAutoFilterBuffer->GetByTab( GetCurrScTab() );