summaryrefslogtreecommitdiffstats
path: root/fpicker/source/office/iodlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 08:43:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 10:21:35 +0000
commit5f2d57fb32bc47dad8ec38287db6627ea6273527 (patch)
treec99f6d8f7effb91c62821e2ddaa06d928e9117e8 /fpicker/source/office/iodlg.cxx
parentoverline state missing from find/replace by properties dialog (diff)
downloadcore-5f2d57fb32bc47dad8ec38287db6627ea6273527.tar.gz
core-5f2d57fb32bc47dad8ec38287db6627ea6273527.zip
convert EViewType to scoped enum
Change-Id: I5b10aada64408897a56a5932aa28486d7562d617 Reviewed-on: https://gerrit.libreoffice.org/35822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r--fpicker/source/office/iodlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 4792c4b6c69d..b2b5a3347443 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -487,7 +487,7 @@ void SvtFileDialog::dispose()
if ( !pImpl->_aIniKey.isEmpty() )
{
// save window state
- SvtViewOptions aDlgOpt( E_DIALOG, pImpl->_aIniKey );
+ SvtViewOptions aDlgOpt( EViewType::Dialog, pImpl->_aIniKey );
aDlgOpt.SetWindowState(OStringToOUString(GetWindowState(), osl_getThreadTextEncoding()));
OUString sUserData = _pFileView->GetConfigString();
aDlgOpt.SetUserItem( "UserData",
@@ -2151,7 +2151,7 @@ void SvtFileDialog::InitSize()
return;
// initialize from config
- SvtViewOptions aDlgOpt( E_DIALOG, pImpl->_aIniKey );
+ SvtViewOptions aDlgOpt( EViewType::Dialog, pImpl->_aIniKey );
if ( aDlgOpt.Exists() )
{