diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-11 12:45:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-11 14:32:40 +0200 |
commit | 4caacff9f25498c07d9b99fe0b5db82baa58a22c (patch) | |
tree | f828aba3333c82e5becb56706cdfeb7ce7d0461a /sd/inc | |
parent | d58c604eb35a84b849079d3a690d0a4f428d3121 (diff) |
convert EditMode to scoped enum
Change-Id: I7c48978f3e2c173a2ec53eb6559745deeee9b93b
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pres.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/pres.hxx b/sd/inc/pres.hxx index 9a5edf2fe692..367e631c6ac7 100644 --- a/sd/inc/pres.hxx +++ b/sd/inc/pres.hxx @@ -108,10 +108,10 @@ enum PageKind PK_HANDOUT }; -enum EditMode +enum class EditMode { - EM_PAGE, - EM_MASTERPAGE + Page, + MasterPage }; enum class DocumentType |