summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 750af6986d8f..04a0f4206985 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -48,7 +48,7 @@ enum ExportFormatExcel { ExpBiff2, ExpBiff3, ExpBiff4, ExpBiff4W, ExpBiff5, ExpB
class ScEEAbsImport {
public:
virtual ~ScEEAbsImport() {}
- virtual sal_uLong Read( SvStream& rStream, const OUString& rBaseURL ) = 0;
+ virtual ErrCode Read( SvStream& rStream, const OUString& rBaseURL ) = 0;
virtual ScRange GetRange() = 0;
virtual void WriteToDocument(
bool bSizeColsRows = false, double nOutputFactor = 1.0,