summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/hyp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/hyp.cxx')
-rw-r--r--sw/source/uibase/lingu/hyp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/lingu/hyp.cxx b/sw/source/uibase/lingu/hyp.cxx
index 4c8ec00ad591..b343ae05c6d1 100644
--- a/sw/source/uibase/lingu/hyp.cxx
+++ b/sw/source/uibase/lingu/hyp.cxx
@@ -78,10 +78,10 @@ void SwHyphWrapper::SpellContinue()
pWait.reset(new SwWait( *pView->GetDocShell(), true ));
}
- uno::Reference< uno::XInterface > xHyphWord = bInSelection ?
+ uno::Reference< uno::XInterface > xHyphWord = bInSelection ?
PSH->HyphContinue( nullptr, nullptr ) :
PSH->HyphContinue( &nPageCount, &nPageStart );
- SetLast( xHyphWord );
+ SetLast( xHyphWord );
// for automatic separation, make actions visible only at the end
if( bAutomatic )