summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flylay.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:23 +0200
commit798e8c5eec97e67dd6bdf0f370073914b709045e (patch)
tree6a8010697c66038cc72ef7efe25b60f4dd71dc7f /sw/source/core/layout/flylay.cxx
parent85c6f985cec440d7b81c5918d47cef289068e224 (diff)
loplugin:casttovoid: sw
Change-Id: I224e9995962901e8740bfaed06d57f7c0389236c
Diffstat (limited to 'sw/source/core/layout/flylay.cxx')
-rw-r--r--sw/source/core/layout/flylay.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index 17dbc5086bac..8c370891378a 100644
--- a/sw/source/core/layout/flylay.cxx
+++ b/sw/source/core/layout/flylay.cxx
@@ -589,7 +589,6 @@ void SwPageFrame::AppendFlyToPage( SwFlyFrame *pNew )
const bool bSuccessInserted = m_pSortedObjs->Insert( *pNew );
OSL_ENSURE( bSuccessInserted, "Fly not inserted in Sorted." );
- (void) bSuccessInserted;
// #i87493#
OSL_ENSURE( pNew->GetPageFrame() == nullptr || pNew->GetPageFrame() == this,
@@ -738,7 +737,6 @@ void SwPageFrame::MoveFly( SwFlyFrame *pToMove, SwPageFrame *pDest )
const bool bSuccessInserted = pDest->GetSortedObjs()->Insert( *pToMove );
OSL_ENSURE( bSuccessInserted, "Fly not inserted in Sorted." );
- (void) bSuccessInserted;
// #i28701# - use new method <SetPageFrame(..)>
pToMove->SetPageFrame( pDest );