summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 09:51:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-01 12:54:16 +0200
commit8d43860bbdee020080503ed838d92e634ee9092e (patch)
tree563ccc53290fe5779009844a221d3771212fd587 /sd/inc
parent97c468daae242ef8d62edb0942cb52ef4a2a1ebb (diff)
convert DocCreationMode to scoped enum
Change-Id: I42fd704601fe81462f17b3968911fd79c13b50ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91473 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index ab7c46c8614b..28ea7a6107f0 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -99,10 +99,10 @@ struct StyleReplaceData
OUString aNewName;
};
-enum DocCreationMode
+enum class DocCreationMode
{
- NEW_DOC,
- DOC_LOADED
+ New,
+ Loaded
};
namespace sd