summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-13 11:24:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-14 11:13:41 +0200
commit7a9453a09ac1dc2af3192c9eda7980b425fc966a (patch)
tree47b79089472ba0f347d6b33ac77bd1612cff51f6 /sw/source/core/layout/tabfrm.cxx
parent761a969465671a2047a5c1deafdb0df16f89463f (diff)
loplugin:returnconstant in SwTabFrame
Change-Id: I9a8ecd32516315df25e7bd3c9c6672743c567035 Reviewed-on: https://gerrit.libreoffice.org/58960 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/layout/tabfrm.cxx')
-rw-r--r--sw/source/core/layout/tabfrm.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 5a181405411d..5513c8ec1a79 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1301,7 +1301,7 @@ bool SwTabFrame::Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowK
return bRet;
}
-bool SwTabFrame::Join()
+void SwTabFrame::Join()
{
OSL_ENSURE( !HasFollowFlowLine(), "Joining follow flow line" );
@@ -1337,8 +1337,6 @@ bool SwTabFrame::Join()
Grow( nHeight );
}
-
- return true;
}
void SwInvalidatePositions( SwFrame *pFrame, long nBottom )