diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-12-27 13:16:22 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-27 17:07:41 +0100 |
commit | ab5d6166beca20503cd57b8707b814305f92267a (patch) | |
tree | 9ccbe98b9a3e4cea79244e6a97d93e320e5d71eb /sd/inc/OutlinerIterator.hxx | |
parent | 363cb299ddda76504f49e3445e6609fe3a4c8111 (diff) |
delete operators properly
Change-Id: Ia917b70712717387aa8d7a17334efd41931bdb88
Reviewed-on: https://gerrit.libreoffice.org/47087
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/OutlinerIterator.hxx')
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 0696fbffc265..8271916d8b0a 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -274,7 +274,7 @@ private: // Do not allow default constructor and copying of outliner containers. OutlinerContainer (const OutlinerContainer&) = delete; - OutlinerContainer& operator= (const OutlinerContainer&) {return *this;}; + OutlinerContainer& operator= (const OutlinerContainer&) = delete; }; /** Data collection specifying a <type>SdrObject</type> and its position in |