diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-15 13:53:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-15 13:54:05 +0200 |
commit | 6f6024610b6f5392a96ed07ce9abe5aab606519d (patch) | |
tree | 22dbeecaa8bc821084a1f5665b232bae7cfc775e /sw/source/uibase/lingu/hyp.cxx | |
parent | 5b9480b5d29a7f5fc4ba509f180a71b162451b34 (diff) |
convert SvxSpellArea to scoped enum
Change-Id: I91d3caabb667e7d4ff23e603026e072074058712
Diffstat (limited to 'sw/source/uibase/lingu/hyp.cxx')
-rw-r--r-- | sw/source/uibase/lingu/hyp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/lingu/hyp.cxx b/sw/source/uibase/lingu/hyp.cxx index dc2a33cc89ff..756c5c975613 100644 --- a/sw/source/uibase/lingu/hyp.cxx +++ b/sw/source/uibase/lingu/hyp.cxx @@ -59,7 +59,7 @@ SwHyphWrapper::SwHyphWrapper( SwView* pVw, void SwHyphWrapper::SpellStart( SvxSpellArea eSpell ) { - if( SVX_SPELL_OTHER == eSpell && nPageCount ) + if( SvxSpellArea::Other == eSpell && nPageCount ) { ::EndProgress( pView->GetDocShell() ); nPageCount = 0; |