summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/impop.cxx')
-rw-r--r--sc/source/filter/excel/impop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index 0629bca8a03e..ed4441d1ccf6 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -605,7 +605,7 @@ void ImportExcel::Colwidth( void )
nColLast = aIn.ReaduInt8();
nColWidth = aIn.ReaduInt16();
-//! TODO: add a check for the unlikely case of changed MAXCOL (-> XclImpAddressConverter)
+//TODO: add a check for the unlikely case of changed MAXCOL (-> XclImpAddressConverter)
// if( nColLast > MAXCOL )
// nColLast = static_cast<sal_uInt16>(MAXCOL);