From 10055ff899ed8f9c205155cd15c6de81cba37471 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Apr 2020 21:04:59 +0200 Subject: convert PresObjKind to scoped enum Change-Id: I30761f15f46f91435e80296c4f685bc691bb6304 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91600 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/inc/DrawViewShell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc/DrawViewShell.hxx') diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 02c8918747c7..ffd39eda94f6 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -141,7 +141,7 @@ public: OUString GetSelectionText( bool bCompleteWords ); bool HasSelection( bool bText ) const; - //If we are editing a PRESOBJ_OUTLINE return the Outliner and fill rSel + //If we are editing a PresObjKind::Outline return the Outliner and fill rSel //with the current selection ::Outliner* GetOutlinerForMasterPageOutlineTextObj(ESelection &rSel); -- cgit