summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xehelper.hxx')
-rw-r--r--sc/source/filter/inc/xehelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 81f89463c40e..477adc9218c0 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -69,7 +69,7 @@ private:
ScfProgressBar* mpSubRowFinal; /// Sub progress bar for finalizing ROW records.
sal_Int32 mnSegRowFinal; /// Progress segment for finalizing ROW records.
- sal_Size mnRowCount; /// Number of created ROW records.
+ std::size_t mnRowCount; /// Number of created ROW records.
};
// Calc->Excel cell address/range conversion ==================================
@@ -426,7 +426,7 @@ public:
~XclExpCachedMatrix();
/** Returns the byte count of all contained data. */
- sal_Size GetSize() const;
+ std::size_t GetSize() const;
/** Writes the complete matrix to stream. */
void Save( XclExpStream& rStrm ) const;