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

Tor Lillqvist tml at collabora.com
Wed Oct 30 15:26:38 CET 2013


 sw/source/core/inc/frame.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit a5f43ca3786298bc58c43f7b5dfdeba44f511d2d
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 30 15:42:04 2013 +0200

    Bin obsolete C30-only (some ancient Sun compiler) code
    
    Change-Id: I8efa4de7c3348867274ee9d40a6e3b8ae0fb86f7

diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 40e4f7f..5e91620 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -1012,13 +1012,8 @@ inline void SwFrm::InvalidateNextPos( sal_Bool bNoFtn )
 {
     if ( mpNext && !mpNext->IsSctFrm() )
         mpNext->InvalidatePos();
-#ifndef C30 // maybe it works for C40?
     else
         ImplInvalidateNextPos( bNoFtn );
-#else
-    if ( !mpNext )
-        ImplInvalidateNextPos( bNoFtn );
-#endif
 }
 
 inline void SwFrm::Calc() const


More information about the Libreoffice-commits mailing list