[Libreoffice-commits] core.git: sc/inc
Stephan Bergmann
sbergman at redhat.com
Sat Jan 20 09:46:41 UTC 2018
sc/inc/fillinfo.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 09dc5c51fa0de04e110190c08678758451b7f9c5
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jan 19 18:39:38 2018 +0100
RowInfo copy ctor was presumably killed in error
...by 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 "loplugin: unnecessary destructor
sc"
Change-Id: I67868187565cb25b40a6380298deaefca0d76b0b
Reviewed-on: https://gerrit.libreoffice.org/48218
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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;
More information about the Libreoffice-commits
mailing list