diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 09:53:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-22 09:53:59 +0200 |
commit | fc233b52ce2acc1bcd7cecc3d51bcab870c81932 (patch) | |
tree | 2332f139dbd7d02cb320b42d909af936bbb03d68 /sd/source/ui/inc/ToolBarManager.hxx | |
parent | 046dc22ce15d363ee28d8ad1710c16e76e75a139 (diff) |
Avoid reserved identifiers
Change-Id: I3542622f6b3752f7254abd07d9f3a8141f10c3dc
Diffstat (limited to 'sd/source/ui/inc/ToolBarManager.hxx')
-rw-r--r-- | sd/source/ui/inc/ToolBarManager.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ToolBarManager.hxx b/sd/source/ui/inc/ToolBarManager.hxx index 606ccddb6a93..d9bf41bbeacb 100644 --- a/sd/source/ui/inc/ToolBarManager.hxx +++ b/sd/source/ui/inc/ToolBarManager.hxx @@ -120,14 +120,14 @@ public: /** The set of tool bar groups. */ enum ToolBarGroup { - TBG__FIRST, + TBG_FIRST, - TBG_PERMANENT = TBG__FIRST, + TBG_PERMANENT = TBG_FIRST, TBG_FUNCTION, TBG_COMMON_TASK, TBG_MASTER_MODE, - TBG__LAST = TBG_MASTER_MODE + TBG_LAST = TBG_MASTER_MODE }; /** Reset the set of visible object bars in the specified group. Tool |