diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx index 63690c02c182..c12c9900cfed 100644 --- a/sw/source/core/crsr/crstrvl.cxx +++ b/sw/source/core/crsr/crstrvl.cxx @@ -992,7 +992,7 @@ bool SwCursorShell::GotoPrevOutline() SwNode* pNd = &(pCursor->GetNode()); SwOutlineNodes::size_type nPos; bool bRet = false; - rNds.GetOutLineNds().Seek_Entry(pNd, &nPos); + (void)rNds.GetOutLineNds().Seek_Entry(pNd, &nPos); if ( nPos == 0 ) { nPos = rNds.GetOutLineNds().size();