summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porrst.cxx')
-rw-r--r--sw/source/core/text/porrst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porrst.cxx b/sw/source/core/text/porrst.cxx
index 588bf06dd58c..c40d9cff79c5 100644
--- a/sw/source/core/text/porrst.cxx
+++ b/sw/source/core/text/porrst.cxx
@@ -280,7 +280,7 @@ bool SwTextFrame::FormatEmpty()
{
OSL_ENSURE( ! IsVertical() || ! IsSwapped(),"SwTextFrame::FormatEmpty with swapped frame" );
- bool bCollapse = EmptyHeight( ) == 1 && this->IsCollapse( );
+ bool bCollapse = EmptyHeight( ) == 1 && IsCollapse( );
if ( HasFollow() || GetTextNode()->GetpSwpHints() ||
nullptr != GetTextNode()->GetNumRule() ||