summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/excel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/excel.cxx')
-rw-r--r--sc/source/filter/excel/excel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx
index 8695ce24150a..221f274f3038 100644
--- a/sc/source/filter/excel/excel.cxx
+++ b/sc/source/filter/excel/excel.cxx
@@ -142,7 +142,7 @@ ErrCode ScFormatFilterPluginImpl::ScImportExcel( SfxMedium& rMedium, ScDocument*
default: DBG_ERROR_BIFF();
}
- eRet = xFilter.get() ? xFilter->Read() : SCERR_IMPORT_INTERNAL;
+ eRet = xFilter ? xFilter->Read() : SCERR_IMPORT_INTERNAL;
}
return eRet;