summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestring.hxx')
-rw-r--r--sc/source/filter/inc/xestring.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xestring.hxx b/sc/source/filter/inc/xestring.hxx
index 60956b6014c3..570a3f0e25a7 100644
--- a/sc/source/filter/inc/xestring.hxx
+++ b/sc/source/filter/inc/xestring.hxx
@@ -133,9 +133,9 @@ public:
/** Returns the byte count the header will take on export. */
sal_uInt16 GetHeaderSize() const;
/** Returns the byte count the character buffer will take on export. */
- sal_Size GetBufferSize() const;
+ std::size_t GetBufferSize() const;
/** Returns the byte count the whole string will take on export. */
- sal_Size GetSize() const;
+ std::size_t GetSize() const;
/** Returns the specified character from the (already encoded) string. */
sal_uInt16 GetChar( sal_uInt16 nCharIdx ) const;