summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/DefaultInspection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/DefaultInspection.hxx')
-rw-r--r--reportdesign/source/ui/inc/DefaultInspection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/DefaultInspection.hxx b/reportdesign/source/ui/inc/DefaultInspection.hxx
index 61601eb249d5..5c39bd17a652 100644
--- a/reportdesign/source/ui/inc/DefaultInspection.hxx
+++ b/reportdesign/source/ui/inc/DefaultInspection.hxx
@@ -53,8 +53,8 @@ namespace rptui
/// access to property meta data
::std::unique_ptr< OPropertyInfoService > m_pInfoService;
- DefaultComponentInspectorModel(const DefaultComponentInspectorModel&) SAL_DELETED_FUNCTION;
- DefaultComponentInspectorModel& operator=(const DefaultComponentInspectorModel&) SAL_DELETED_FUNCTION;
+ DefaultComponentInspectorModel(const DefaultComponentInspectorModel&) = delete;
+ DefaultComponentInspectorModel& operator=(const DefaultComponentInspectorModel&) = delete;
protected:
virtual ~DefaultComponentInspectorModel();