diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-08 11:47:09 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-08 12:01:41 -0500 |
commit | 5bf2a07f76d351a8964cb2ebe91be227e012010f (patch) | |
tree | 2faa6f12860f43358bf368b5c5b20bb5b3708ac2 /sc | |
parent | cba1509b63d9996431f95ab0b12882601d6621bf (diff) |
Removing this comment...
Change-Id: Iaa1adc11063f9c2bd93ee25a2fcc23ac06d08f21
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/read.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx index f3bbaa87ef2e..a68ddb276f95 100644 --- a/sc/source/filter/excel/read.cxx +++ b/sc/source/filter/excel/read.cxx @@ -857,9 +857,6 @@ FltError ImportExcel8::Read( void ) eAkt = EXC_STATE_END; } - // FIXME_REMOVE_WHEN_RE_BASE_COMPLETE - // a lamer approach to do the above from dr: - // import only 256 sheets if( nScTab > GetScMaxPos().Tab() ) { |