summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r--sc/inc/fillinfo.hxx3
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;