diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-18 12:16:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-18 12:16:15 +0200 |
commit | 2ddcc1afb07e75ef388a200faeeacf833520a0d9 (patch) | |
tree | 5df777976f6823a1d6914ec68f1b9a6a5d46897b /sw | |
parent | f53e88d14d182fb3af3787e8dac2126ac39551fa (diff) |
error: expected ‘,’ or ‘;’ before ‘ppItemSets’
Change-Id: I8b88fea1f3634ccb1fef27e6802e67d2463b85a9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docsort.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx index 41c6bb0a5804..71cf88a99e00 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); } |