diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 08:35:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 08:15:15 +0000 |
commit | 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 (patch) | |
tree | 22b9d585ed6ba4c1d678f218864fd14fc8a4b3ca /sc/inc/fillinfo.hxx | |
parent | 4fabc2347c75bd09312c6d4b5c7695c26914af52 (diff) |
loplugin: unnecessary destructor sc
Change-Id: I877bc0927aff7d175c1978fdf3db55d2e048d3b9
Reviewed-on: https://gerrit.libreoffice.org/33510
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r-- | sc/inc/fillinfo.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx index eb09413bfe6a..e02ebd1ed070 100644 --- a/sc/inc/fillinfo.hxx +++ b/sc/inc/fillinfo.hxx @@ -129,7 +129,6 @@ struct CellInfo { } - ~CellInfo() = default; CellInfo(const CellInfo&) = delete; const CellInfo& operator=(const CellInfo&) = delete; @@ -177,8 +176,6 @@ const SCCOL SC_ROTMAX_NONE = SCCOL_MAX; struct RowInfo { RowInfo() = default; - ~RowInfo() = default; - RowInfo(const RowInfo&) = delete; const RowInfo& operator=(const RowInfo&) = delete; CellInfo* pCellInfo; |