summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Groups.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/Groups.hxx')
-rw-r--r--reportdesign/source/core/inc/Groups.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/Groups.hxx b/reportdesign/source/core/inc/Groups.hxx
index 7099aaa5c177..caf9978a390b 100644
--- a/reportdesign/source/core/inc/Groups.hxx
+++ b/reportdesign/source/core/inc/Groups.hxx
@@ -42,8 +42,8 @@ namespace reportdesign
::com::sun::star::uno::WeakReference< ::com::sun::star::report::XReportDefinition > m_xParent;
TGroups m_aGroups;
private:
- OGroups& operator=(const OGroups&) SAL_DELETED_FUNCTION;
- OGroups(const OGroups&) SAL_DELETED_FUNCTION;
+ OGroups& operator=(const OGroups&) = delete;
+ OGroups(const OGroups&) = delete;
void checkIndex(sal_Int32 _nIndex);
protected:
// TODO: VirtualFunctionFinder: This is virtual function!