[Libreoffice-commits] .: sw/source

Korrawit Pruegsanusak korrawit at kemper.freedesktop.org
Tue Mar 13 08:06:29 PDT 2012


 sw/source/core/layout/tabfrm.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9a22f0df9eb5c9b5dd7e080f6346385057458faf
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Tue Mar 13 22:05:55 2012 +0700

    another missing open brace

diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 0c68a3f..19d608a 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -3517,6 +3517,7 @@ void SwTabFrm::Cut()
     InvalidatePage( pPage );
     SwFrm *pFrm = GetNext();
     if( pFrm )
+    {
         //The old follower eventually calculated a margin to the predecessor
         //which is obsolete now as it became the first one
         pFrm->_InvalidatePrt();


More information about the Libreoffice-commits mailing list