diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-10 12:17:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-13 09:34:52 +0200 |
commit | ccfa9fa13db230cc66207bc42d528b773c4cf4f6 (patch) | |
tree | ec43614086a60bab2139f83e3b50260fff5216ce /sw/source/uibase/app | |
parent | b2bae9b940fc34d2eecd7839e3cba1f41d111e87 (diff) |
convert SFX_LOADED_ to scoped enum
Change-Id: I065a07e1bb5f5a7f85429c919830b6b9605206ea
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r-- | sw/source/uibase/app/docsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx index a6d173954fa1..4f755975de6e 100644 --- a/sw/source/uibase/app/docsh.cxx +++ b/sw/source/uibase/app/docsh.cxx @@ -1088,7 +1088,7 @@ void SwDocShell::LoadingFinished() // before <FinishedLoading(..)> is called. const bool bHasDocToStayModified( m_pDoc->getIDocumentState().IsModified() && m_pDoc->getIDocumentLinksAdministration().LinksUpdated() ); - FinishedLoading( SFX_LOADED_ALL ); + FinishedLoading( SfxLoadedFlags::ALL ); SfxViewFrame* pVFrame = SfxViewFrame::GetFirst(this); if(pVFrame) { |