summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 10:52:49 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commit4625dcc13cbe6d5277e7c8bc99879b1c060796c0 (patch)
treecf879bb4d188189b2ea0579da186dfa28a10023c /include
parente5301736046340812162a75ac88ca735f176c93a (diff)
convert ObjStrAttrType to scoped enum
Change-Id: Ief45dea1a9a687777fe6e9b1c0efede90f1e71ee
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdundo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index fa6cc8a424c7..906f565d2d14 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -436,11 +436,11 @@ public:
class SdrUndoObjStrAttr : public SdrUndoObj
{
public:
- enum ObjStrAttrType
+ enum class ObjStrAttrType
{
- OBJ_NAME,
- OBJ_TITLE,
- OBJ_DESCRIPTION
+ Name,
+ Title,
+ Description
};
protected: