summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xechart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xechart.hxx')
-rw-r--r--sc/source/filter/inc/xechart.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xechart.hxx b/sc/source/filter/inc/xechart.hxx
index 7fc0d18c1502..365256cb00c9 100644
--- a/sc/source/filter/inc/xechart.hxx
+++ b/sc/source/filter/inc/xechart.hxx
@@ -164,7 +164,7 @@ class XclExpChGroupBase : public XclExpRecord, protected XclExpChRoot
public:
explicit XclExpChGroupBase(
const XclExpChRoot& rRoot, sal_uInt16 nFrType,
- sal_uInt16 nRecId, sal_Size nRecSize = 0 );
+ sal_uInt16 nRecId, std::size_t nRecSize = 0 );
virtual ~XclExpChGroupBase() override;
/** Saves the header record. Calls WriteSubRecords() to let derived classes write sub records. */
@@ -190,7 +190,7 @@ class XclExpChFutureRecordBase : public XclExpFutureRecord, protected XclExpChRo
{
public:
explicit XclExpChFutureRecordBase( const XclExpChRoot& rRoot,
- XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize = 0 );
+ XclFutureRecType eRecType, sal_uInt16 nRecId, std::size_t nRecSize = 0 );
/** Writes missing CHFRBLOCKBEGIN records and this record. */
virtual void Save( XclExpStream& rStrm ) override;