sw/source/core/doc/docsort.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ddcc1afb07e75ef388a200faeeacf833520a0d9 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Jun 18 12:16:15 2014 +0200 error: expected â,â or â;â before âppItemSetsâ Change-Id: I8b88fea1f3634ccb1fef27e6802e67d2463b85a9 diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx index 41c6bb0..71cf88a 100644 --- a/sw/source/core/doc/docsort.cxx +++ b/sw/source/core/doc/docsort.cxx @@ -903,7 +903,7 @@ void FlatFndBox::FillFlat(const _FndBox& rBox, bool bLastBox) pSet->Put( pFmt->GetAttrSet() ); if( !ppItemSets ) { - size_t nCount = static_cast<size_t>(nRows) * nCols + size_t nCount = static_cast<size_t>(nRows) * nCols; ppItemSets = new SfxItemSet*[nCount]; memset(ppItemSets, 0, sizeof(SfxItemSet*) * nCount); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits