summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/metadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/metadata.hxx')
-rw-r--r--reportdesign/source/ui/inc/metadata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/metadata.hxx b/reportdesign/source/ui/inc/metadata.hxx
index 0506dfcd3357..4b8465056ef5 100644
--- a/reportdesign/source/ui/inc/metadata.hxx
+++ b/reportdesign/source/ui/inc/metadata.hxx
@@ -37,8 +37,8 @@ namespace rptui
class OPropertyInfoService
:public OModuleClient
{
- OPropertyInfoService(const OPropertyInfoService&) SAL_DELETED_FUNCTION;
- void operator =(const OPropertyInfoService&) SAL_DELETED_FUNCTION;
+ OPropertyInfoService(const OPropertyInfoService&) = delete;
+ void operator =(const OPropertyInfoService&) = delete;
protected:
static sal_uInt16 s_nCount;
static OPropertyInfoImpl* s_pPropertyInfos;