summaryrefslogtreecommitdiff
path: root/basic/source/inc/sbunoobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/sbunoobj.hxx')
-rw-r--r--basic/source/inc/sbunoobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index bead0c9873e6..692e5140aefa 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -192,8 +192,8 @@ class SbUnoProperty : public SbxProperty
SbxDataType mRealType;
virtual ~SbUnoProperty();
bool mbUnoStruct;
- SbUnoProperty( const SbUnoProperty&) SAL_DELETED_FUNCTION;
- SbUnoProperty& operator = ( const SbUnoProperty&) SAL_DELETED_FUNCTION;
+ SbUnoProperty( const SbUnoProperty&) = delete;
+ SbUnoProperty& operator = ( const SbUnoProperty&) = delete;
public:
TYPEINFO_OVERRIDE();
@@ -395,7 +395,7 @@ private:
VBAConstantsHash aConstHash;
bool isInited;
VBAConstantHelper():isInited( false ) {}
- VBAConstantHelper(const VBAConstantHelper&) SAL_DELETED_FUNCTION;
+ VBAConstantHelper(const VBAConstantHelper&) = delete;
void init();
public:
static VBAConstantHelper& instance();