summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/hhcwrp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/hhcwrp.cxx')
-rw-r--r--sw/source/uibase/lingu/hhcwrp.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/uibase/lingu/hhcwrp.cxx b/sw/source/uibase/lingu/hhcwrp.cxx
index eccab27dc41d..6d3bef97ef4e 100644
--- a/sw/source/uibase/lingu/hhcwrp.cxx
+++ b/sw/source/uibase/lingu/hhcwrp.cxx
@@ -638,7 +638,7 @@ bool SwHHCWrapper::ConvNext_impl( )
else if ( m_bStartDone && m_bEndDone )
{
// body region done, ask about special region
- if( HasOtherCnt_impl() )
+ if( !m_bIsSelection && m_rWrtShell.HasOtherCnt() )
{
ConvStart_impl( m_pConvArgs, SvxSpellArea::Other );
m_bIsOtherContent = bGoOn = true;
@@ -679,11 +679,6 @@ bool SwHHCWrapper::FindConvText_impl()
return bFound;
}
-bool SwHHCWrapper::HasOtherCnt_impl()
-{
- return !m_bIsSelection && m_rWrtShell.HasOtherCnt();
-}
-
void SwHHCWrapper::ConvStart_impl( SwConversionArgs /* [out] */ *pConversionArgs, SvxSpellArea eArea )
{
m_bIsDrawObj = SvxSpellArea::Other == eArea;