diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-05 23:33:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 17:38:16 +0100 |
commit | c7c6be20b026b6409a2bc79f027297d78bb395d9 (patch) | |
tree | 516fceaa0d837fe52f59b540f97ca881ba1701c0 /sw/source/core/layout/wsfrm.cxx | |
parent | 599c7662a153b5202721118c2f802011fa1e18d8 (diff) |
Remove some dead code
Diffstat (limited to 'sw/source/core/layout/wsfrm.cxx')
-rw-r--r-- | sw/source/core/layout/wsfrm.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx index 6ca710d39ea2..6a2baac78f25 100644 --- a/sw/source/core/layout/wsfrm.cxx +++ b/sw/source/core/layout/wsfrm.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - #include <hintids.hxx> #include <hints.hxx> #include <tools/pstm.hxx> @@ -1015,7 +1014,6 @@ void SwCntntFrm::Cut() { // --> OD 2006-09-25 #b6448963# // prevent delete of <ColLocked> footnote frame -// if( pUp->IsFtnFrm() ) if ( pUp->IsFtnFrm() && !pUp->IsColLocked()) // <-- { @@ -1031,7 +1029,6 @@ void SwCntntFrm::Cut() else { // --> OD 2006-09-25 #b6448963# -// if ( pSct->IsColLocked() || !pSct->IsInFtn() ) if ( pSct->IsColLocked() || !pSct->IsInFtn() || ( pUp->IsFtnFrm() && pUp->IsColLocked() ) ) // <-- |