summaryrefslogtreecommitdiffstats
path: root/include/oox/helper/binarystreambase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/binarystreambase.hxx')
-rw-r--r--include/oox/helper/binarystreambase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/helper/binarystreambase.hxx b/include/oox/helper/binarystreambase.hxx
index 9f669a9fff30..4078fc68f5ac 100644
--- a/include/oox/helper/binarystreambase.hxx
+++ b/include/oox/helper/binarystreambase.hxx
@@ -107,8 +107,8 @@ protected:
explicit BinaryStreamBase( bool bSeekable ) : mbEof( false ), mbSeekable( bSeekable ) {}
private:
- BinaryStreamBase( const BinaryStreamBase& ) SAL_DELETED_FUNCTION;
- BinaryStreamBase& operator=( const BinaryStreamBase& ) SAL_DELETED_FUNCTION;
+ BinaryStreamBase( const BinaryStreamBase& ) = delete;
+ BinaryStreamBase& operator=( const BinaryStreamBase& ) = delete;
protected:
bool mbEof; ///< End of stream flag.