summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/hlmarkwn.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 /cui/source/dialogs/hlmarkwn.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 'cui/source/dialogs/hlmarkwn.cxx')
-rw-r--r--cui/source/dialogs/hlmarkwn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/hlmarkwn.cxx b/cui/source/dialogs/hlmarkwn.cxx
index ce43046d61e9..ce7009ec76b2 100644
--- a/cui/source/dialogs/hlmarkwn.cxx
+++ b/cui/source/dialogs/hlmarkwn.cxx
@@ -257,7 +257,7 @@ void SvxHlinkDlgMarkWnd::RestoreLastSelection()
OUString sLastSelectedMark;
std::deque<OUString> aLastSelectedPath;
- SvtViewOptions aViewSettings( E_DIALOG, TG_SETTING_MANAGER );
+ SvtViewOptions aViewSettings( EViewType::Dialog, TG_SETTING_MANAGER );
if (aViewSettings.Exists())
{
//Maybe we might want to have some sort of mru list and keep a mapping
@@ -611,7 +611,7 @@ IMPL_LINK_NOARG(SvxHlinkDlgMarkWnd, ClickCloseHdl_Impl, Button*, void)
};
// write
- SvtViewOptions aViewSettings( E_DIALOG, TG_SETTING_MANAGER );
+ SvtViewOptions aViewSettings( EViewType::Dialog, TG_SETTING_MANAGER );
aViewSettings.SetUserData( aSettings );
}