summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/Outliner.cxx')
-rw-r--r--sd/source/ui/view/Outliner.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index f7bcf14a3e44..88df933b981b 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -161,7 +161,7 @@ Outliner::Outliner( SdDrawDocument* pDoc, OutlinerMode nMode )
mpTextObj(nullptr),
mnText(0),
mpParaObj(nullptr),
- meStartViewMode(PK_STANDARD),
+ meStartViewMode(PageKind::Standard),
meStartEditMode(EditMode::Page),
mnStartPageIndex((sal_uInt16)-1),
mpStartEditedObject(nullptr),
@@ -1332,14 +1332,14 @@ void Outliner::SetViewMode (PageKind ePageKind)
OUString sViewURL;
switch (ePageKind)
{
- case PK_STANDARD:
+ case PageKind::Standard:
default:
sViewURL = framework::FrameworkHelper::msImpressViewURL;
break;
- case PK_NOTES:
+ case PageKind::Notes:
sViewURL = framework::FrameworkHelper::msNotesViewURL;
break;
- case PK_HANDOUT:
+ case PageKind::Handout:
sViewURL = framework::FrameworkHelper::msHandoutViewURL;
break;
}