[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Jun 18 03:18:46 PDT 2014


 sw/source/core/doc/docsort.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ddcc1afb07e75ef388a200faeeacf833520a0d9
Author: Miklos Vajna <vmiklos at 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);
                     }


More information about the Libreoffice-commits mailing list