summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 4d140969c286..6699d925e0d2 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -55,8 +55,8 @@ public:
bool IsInClose() const { return bInClose; }
private:
- SotObject & operator = ( const SotObject & ) SAL_DELETED_FUNCTION;
- SotObject( const SotObject & ) SAL_DELETED_FUNCTION;
+ SotObject & operator = ( const SotObject & ) = delete;
+ SotObject( const SotObject & ) = delete;
};
#endif // _IFACE_HXX