summaryrefslogtreecommitdiff
path: root/include/svtools/imap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r--include/svtools/imap.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 900e674618b5..0538c671099c 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -127,8 +127,7 @@ class IMapCompat
sal_uLong nTotalSize;
StreamMode nStmMode;
- IMapCompat() {}
- IMapCompat( const IMapCompat& ) {}
+ IMapCompat( const IMapCompat& ) = delete;
IMapCompat& operator=( const IMapCompat& ) { return *this; }
public: