diff options
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.hxx')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx index 164c551d8dbf..5f0783f73338 100644 --- a/unotools/source/ucbhelper/ucblockbytes.hxx +++ b/unotools/source/ucbhelper/ucblockbytes.hxx @@ -106,7 +106,7 @@ public: virtual ErrCode WriteAt(sal_uInt64, const void*, std::size_t, std::size_t *pWritten) override; virtual ErrCode Flush() const override; virtual ErrCode SetSize(sal_uInt64) override; - virtual ErrCode Stat ( SvLockBytesStat *pStat, SvLockBytesStatFlag) const override; + virtual ErrCode Stat ( SvLockBytesStat *pStat ) const override; void SetError( ErrCode nError ) { m_nError = nError; } |