diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/fillinfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx index 53de02b0eca5..e21a11c9a088 100644 --- a/sc/inc/fillinfo.hxx +++ b/sc/inc/fillinfo.hxx @@ -174,6 +174,7 @@ const SCCOL SC_ROTMAX_NONE = SCCOL_MAX; struct RowInfo { RowInfo() = default; + RowInfo(const RowInfo&) = delete; const RowInfo& operator=(const RowInfo&) = delete; CellInfo* pCellInfo; |