summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/RptUndo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/RptUndo.hxx')
-rw-r--r--reportdesign/source/ui/inc/RptUndo.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/source/ui/inc/RptUndo.hxx b/reportdesign/source/ui/inc/RptUndo.hxx
index f82a716e5376..150a646331f2 100644
--- a/reportdesign/source/ui/inc/RptUndo.hxx
+++ b/reportdesign/source/ui/inc/RptUndo.hxx
@@ -35,8 +35,8 @@ namespace rptui
*/
class OSectionUndo : public OCommentUndoAction
{
- OSectionUndo(const OSectionUndo&) SAL_DELETED_FUNCTION;
- void operator =(const OSectionUndo&) SAL_DELETED_FUNCTION;
+ OSectionUndo(const OSectionUndo&) = delete;
+ void operator =(const OSectionUndo&) = delete;
protected:
::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> >
m_aControls;
@@ -72,8 +72,8 @@ namespace rptui
void implReInsert( ) SAL_OVERRIDE;
void implReRemove( ) SAL_OVERRIDE;
- OReportSectionUndo(const OReportSectionUndo&) SAL_DELETED_FUNCTION;
- void operator =(const OReportSectionUndo&) SAL_DELETED_FUNCTION;
+ OReportSectionUndo(const OReportSectionUndo&) = delete;
+ void operator =(const OReportSectionUndo&) = delete;
public:
TYPEINFO_OVERRIDE();
//OReportSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
@@ -99,8 +99,8 @@ namespace rptui
void implReInsert( ) SAL_OVERRIDE;
void implReRemove( ) SAL_OVERRIDE;
- OGroupSectionUndo(const OGroupSectionUndo&) SAL_DELETED_FUNCTION;
- void operator =(const OGroupSectionUndo&) SAL_DELETED_FUNCTION;
+ OGroupSectionUndo(const OGroupSectionUndo&) = delete;
+ void operator =(const OGroupSectionUndo&) = delete;
public:
TYPEINFO_OVERRIDE();
//OGroupSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection