summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
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/tox
parent85c6f985cec440d7b81c5918d47cef289068e224 (diff)
loplugin:casttovoid: sw
Change-Id: I224e9995962901e8740bfaed06d57f7c0389236c
Diffstat (limited to 'sw/source/core/tox')
-rw-r--r--sw/source/core/tox/txmsrt.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index 10cd898d4f31..32bb6b256f99 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -165,7 +165,6 @@ SwTOXSortTabBase::SwTOXSortTabBase( TOXSortType nTyp, const SwContentNode* pNd,
const SwDoc& rDoc = *pNd->GetDoc();
bool const bResult = GetBodyTextNode( rDoc, aPos, *pFrame );
OSL_ENSURE(bResult, "where is the text node");
- (void) bResult; // unused in non-debug
nPos = aPos.nNode.GetIndex();
nCntPos = aPos.nContent.GetIndex();
}