sw/source/filter/ww8/ww8scan.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 677a0b459b8c1ad749969c4bb65b8d78cdf26cdc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Aug 31 12:51:22 2016 +0100

    add spaces in warning
    
    Change-Id: Id040cfdae4adf07492e5262e93336caf4396aa39
    Reviewed-on: https://gerrit.libreoffice.org/28546
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 387eab5..d8416b5 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -3843,7 +3843,7 @@ void WW8ReadSTTBF(bool bVer8, SvStream& rStrm, sal_uInt32 
nStart, sal_Int32 nLen
             const size_t nMaxPossibleStrings = rStrm.remainingSize() / 
nMinRecordSize;
             if (nStrings > nMaxPossibleStrings)
             {
-                SAL_WARN("sw.ww8", "STTBF claims " << nStrings << " entries, 
but only " << nMaxPossibleStrings << "are possible");
+                SAL_WARN("sw.ww8", "STTBF claims " << nStrings << " entries, 
but only " << nMaxPossibleStrings << " are possible");
                 nStrings = nMaxPossibleStrings;
             }
 
@@ -3852,7 +3852,7 @@ void WW8ReadSTTBF(bool bVer8, SvStream& rStrm, sal_uInt32 
nStart, sal_Int32 nLen
                 const size_t nMaxExtraLen = (rStrm.remainingSize() - (nStrings 
* nMinStringLen)) / nStrings;
                 if (nExtraLen > nMaxExtraLen)
                 {
-                    SAL_WARN("sw.ww8", "STTBF claims " << nMaxExtraLen << " 
extra len, but only " << nMaxExtraLen << "are possible");
+                    SAL_WARN("sw.ww8", "STTBF claims " << nMaxExtraLen << " 
extra len, but only " << nMaxExtraLen << " are possible");
                     nExtraLen = nMaxExtraLen;
                 }
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to