summaryrefslogtreecommitdiff
path: root/reportdesign/inc/UndoActions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/UndoActions.hxx')
-rw-r--r--reportdesign/inc/UndoActions.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 1190412646e8..c6cb8b9ade86 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -61,8 +61,8 @@ namespace rptui
class REPORTDESIGN_DLLPUBLIC OGroupHelper
{
::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup > m_xGroup;
- OGroupHelper(const OGroupHelper&) SAL_DELETED_FUNCTION;
- OGroupHelper& operator=(const OGroupHelper&) SAL_DELETED_FUNCTION;
+ OGroupHelper(const OGroupHelper&) = delete;
+ OGroupHelper& operator=(const OGroupHelper&) = delete;
public:
OGroupHelper(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xGroup)
:m_xGroup(_xGroup)
@@ -169,8 +169,8 @@ namespace rptui
class REPORTDESIGN_DLLPUBLIC OUndoContainerAction: public OCommentUndoAction
{
- OUndoContainerAction(OUndoContainerAction&) SAL_DELETED_FUNCTION;
- void operator =(OUndoContainerAction&) SAL_DELETED_FUNCTION;
+ OUndoContainerAction(OUndoContainerAction&) = delete;
+ void operator =(OUndoContainerAction&) = delete;
protected:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
m_xElement; // object not owned by the action