summaryrefslogtreecommitdiff
path: root/include/oox/drawingml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:23:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:00 +0100
commit6a161173803a4ba619a95b9c8da1f00e376819bb (patch)
tree7994105fc88f709a34822681c7dc57471adaf60b /include/oox/drawingml
parente59c048e1172998efe363f8e51932f15a44c5405 (diff)
loplugin:deletedspecial
Change-Id: I37eb6c976779aeec829d312920ab1d18884c0f2f
Diffstat (limited to 'include/oox/drawingml')
-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 bbfe0ed4290f..2be69748e99e 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& );
- ChartConverter& operator=( const ChartConverter& );
+ ChartConverter( const ChartConverter& ) SAL_DELETED_FUNCTION;
+ ChartConverter& operator=( const ChartConverter& ) SAL_DELETED_FUNCTION;
};