[Libreoffice-commits] .: sw/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Mon Jun 27 20:41:13 PDT 2011


 sw/source/filter/ww1/fltshell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2bcb6111fbfab994971d6840f5998b806b83a8b0
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jun 28 05:40:24 2011 +0200

    fix build breaker in debug build

diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index c511b3a..3b6db4b 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -208,7 +208,7 @@ void SwFltControlStack::MoveAttrs( const SwPosition& rPos )
            )
         {
             rEntry.m_aPtPos.m_nCntnt++;
-            OSL_ENSURE( rEntry.m_aPtPos.nCntnt
+            OSL_ENSURE( rEntry.m_aPtPos.m_nCntnt
                 <= pDoc->GetNodes()[nPosNd]->GetCntntNode()->Len(),
                     "Attribut-Ende hinter Zeilenende" );
         }


More information about the Libreoffice-commits mailing list