summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 09:16:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 10:27:43 +0200
commit4de3d96458006b8312446397b423bc3dc5d50294 (patch)
tree15e8986f54897c982e838b1fe82dffd96fb07395 /sd/inc
parent69b83dc2d3014dd9b18402534e15c937dc082464 (diff)
convert PresentationObjects to scoped enum
Change-Id: I65c030d33b0c3ed6350e98e9a8a63414c905f88c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91462 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/prlayout.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sd/inc/prlayout.hxx b/sd/inc/prlayout.hxx
index fcd83737dd86..54c62dda96dc 100644
--- a/sd/inc/prlayout.hxx
+++ b/sd/inc/prlayout.hxx
@@ -26,22 +26,22 @@
#ifndef INCLUDED_SD_INC_PRLAYOUT_HXX
#define INCLUDED_SD_INC_PRLAYOUT_HXX
-enum PresentationObjects
+enum class PresentationObjects
{
- PO_TITLE,
- PO_BACKGROUND,
- PO_BACKGROUNDOBJECTS,
- PO_OUTLINE_1,
- PO_OUTLINE_2,
- PO_OUTLINE_3,
- PO_OUTLINE_4,
- PO_OUTLINE_5,
- PO_OUTLINE_6,
- PO_OUTLINE_7,
- PO_OUTLINE_8,
- PO_OUTLINE_9,
- PO_NOTES,
- PO_SUBTITLE
+ Title,
+ Background,
+ BackgroundObjects,
+ Outline_1,
+ Outline_2,
+ Outline_3,
+ Outline_4,
+ Outline_5,
+ Outline_6,
+ Outline_7,
+ Outline_8,
+ Outline_9,
+ Notes,
+ Subtitle
};
#endif // INCLUDED_SD_INC_PRLAYOUT_HXX