summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/dlgedfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/dlgedfunc.hxx')
-rw-r--r--reportdesign/source/ui/inc/dlgedfunc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/dlgedfunc.hxx b/reportdesign/source/ui/inc/dlgedfunc.hxx
index 527654eb001f..4d47ef04698f 100644
--- a/reportdesign/source/ui/inc/dlgedfunc.hxx
+++ b/reportdesign/source/ui/inc/dlgedfunc.hxx
@@ -38,8 +38,8 @@ class OSectionView;
class DlgEdFunc /* : public LinkHdl */
{
- DlgEdFunc(const DlgEdFunc&) SAL_DELETED_FUNCTION;
- void operator =(const DlgEdFunc&) SAL_DELETED_FUNCTION;
+ DlgEdFunc(const DlgEdFunc&) = delete;
+ void operator =(const DlgEdFunc&) = delete;
protected:
VclPtr<OReportSection> m_pParent;
OSectionView& m_rView;