[Libreoffice-commits] core.git: sc/inc
Eike Rathke
erack at redhat.com
Wed Jul 5 13:19:19 UTC 2017
sc/inc/fillinfo.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 81021f04a8972dd1dc2e3e1510764f2dd83c0585
Author: Eike Rathke <erack at redhat.com>
Date: Wed Jul 5 15:18:24 2017 +0200
Init CellInfo::bMerged again
Fallout from
commit 9f4421039a40f385489cb2f3ad8a1b02fb32251c
Date: Wed Jun 21 16:15:42 2017 +0200
loplugin:unusedfields in sc part3
that (luckily) led to massive
warn:legacy.osl:26775:1:sc/source/core/data/document.cxx:4677: Attribut Null
warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:621: svx::frame::Array::SetMergedRange - invalid cell ind
ex
warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:344: svx::frame::MergedCellIterator::MergedCellIterator -
not in merged range
output.
Change-Id: Idd9c581490249efb4198b4f09db5dbef331f2b1c
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index 2fb74585b557..d8a9a0430d33 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -115,6 +115,7 @@ struct CellInfo
, nWidth(0)
, nRotateDir(ScRotateDir::NONE)
, bEmptyCellText(false)
+ , bMerged(false)
, bHOverlapped(false)
, bVOverlapped(false)
, bAutoFilter(false)
More information about the Libreoffice-commits
mailing list