summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-04-02 21:04:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-03 10:19:24 +0200
commit10055ff899ed8f9c205155cd15c6de81cba37471 (patch)
treebc5e5f647a2d3a62334703b1081cdf6e0cb3887f /sd/source/ui/inc/DrawViewShell.hxx
parentf497d1dc27b4fee3db1e2228647a00971922eb5f (diff)
convert PresObjKind to scoped enum
Change-Id: I30761f15f46f91435e80296c4f685bc691bb6304 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91600 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx2
1 files changed, 1 insertions, 1 deletions
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);