summaryrefslogtreecommitdiffstats
path: root/sc/source/core/inc/bcaslot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/bcaslot.hxx')
-rw-r--r--sc/source/core/inc/bcaslot.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index e51cfb40fe3c..27ff119e8125 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -279,8 +279,8 @@ private:
private:
ScBroadcastAreaSlot** ppSlots;
- TableSlots( const TableSlots& ) SAL_DELETED_FUNCTION;
- TableSlots& operator=( const TableSlots& ) SAL_DELETED_FUNCTION;
+ TableSlots( const TableSlots& ) = delete;
+ TableSlots& operator=( const TableSlots& ) = delete;
};
typedef ::std::map< SCTAB, TableSlots* > TableSlotsMap;