summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-30 15:42:04 +0200
committerTor Lillqvist <tml@collabora.com>2013-10-30 16:25:53 +0200
commita5f43ca3786298bc58c43f7b5dfdeba44f511d2d (patch)
tree5976593924b5ca22f570f16d93878651200f375f
parent95f112d200db6ae61f7510ae95e3f0eaa60a8929 (diff)
Bin obsolete C30-only (some ancient Sun compiler) code
Change-Id: I8efa4de7c3348867274ee9d40a6e3b8ae0fb86f7
-rw-r--r--sw/source/core/inc/frame.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 40e4f7f62c40..5e91620ae190 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