summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/chartconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/chartconverter.hxx')
-rw-r--r--include/oox/drawingml/chart/chartconverter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/chart/chartconverter.hxx b/include/oox/drawingml/chart/chartconverter.hxx
index 2be69748e99e..d459f54bc428 100644
--- a/include/oox/drawingml/chart/chartconverter.hxx
+++ b/include/oox/drawingml/chart/chartconverter.hxx
@@ -89,8 +89,8 @@ public:
const DataSequenceModel& rDataSeq, const OUString& rRole );
private:
- ChartConverter( const ChartConverter& ) SAL_DELETED_FUNCTION;
- ChartConverter& operator=( const ChartConverter& ) SAL_DELETED_FUNCTION;
+ ChartConverter( const ChartConverter& ) = delete;
+ ChartConverter& operator=( const ChartConverter& ) = delete;
};