Kaydet (Commit) a5f43ca3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin obsolete C30-only (some ancient Sun compiler) code

Change-Id: I8efa4de7c3348867274ee9d40a6e3b8ae0fb86f7
üst 95f112d2
...@@ -1012,13 +1012,8 @@ inline void SwFrm::InvalidateNextPos( sal_Bool bNoFtn ) ...@@ -1012,13 +1012,8 @@ inline void SwFrm::InvalidateNextPos( sal_Bool bNoFtn )
{ {
if ( mpNext && !mpNext->IsSctFrm() ) if ( mpNext && !mpNext->IsSctFrm() )
mpNext->InvalidatePos(); mpNext->InvalidatePos();
#ifndef C30 // maybe it works for C40?
else else
ImplInvalidateNextPos( bNoFtn ); ImplInvalidateNextPos( bNoFtn );
#else
if ( !mpNext )
ImplInvalidateNextPos( bNoFtn );
#endif
} }
inline void SwFrm::Calc() const inline void SwFrm::Calc() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment