summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-30 20:31:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-10-30 20:45:49 +0000
commitf0379091790d47c6c671d1f27ec5b17b1630f9d9 (patch)
tree312ec3fa6314c8f8e3d7dc23e6e53c0cb58371d0 /sw/source
parent620492ca19d1e5c34312b49f3d4fef24a928412a (diff)
Werror=misleading-indentation
Change-Id: Iaf7953671a4b04ac8068ed9df499b311600f742e
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 40ffaa5d0eec..7315468feac9 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1613,7 +1613,7 @@ SwTwips SwFrame::AdjustNeighbourhood( SwTwips nDiff, bool bTst )
if ( pFrame->GetNext() )
pFrame->GetNext()->InvalidatePos_();
- if( nReal < 0 && pFrame->IsInSct() )
+ if( nReal < 0 && pFrame->IsInSct() )
{
SwLayoutFrame* pUp = pFrame->GetUpper();
if( pUp && nullptr != ( pUp = pUp->GetUpper() ) && pUp->IsSctFrame() &&