diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-06 19:25:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-06 19:25:04 +0200 |
commit | f5b325a748f388bb9283a4dcd16d13670b40aa6f (patch) | |
tree | 3ad86a7c44d99c3653061d7ac25802c828e40340 /include/sfx2/sidebar | |
parent | 871f49e7fadb863b55c96c3f58ea7cc8fb033b40 (diff) |
Avoid reserved identifiers
Change-Id: I3f077d9937a86b362942173e787dd7cc65a0bbce
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index 080a81836013..2dfa5a251d8a 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -59,7 +59,7 @@ public: // wish to disable a deck or panel during debugging. Application_None, - __LastApplicationEnum = Application_None + LastApplicationEnum = Application_None }; enum Context { @@ -107,7 +107,7 @@ public: Context_Unknown, - __LastContextEnum = Context_Unknown + LastContextEnum = Context_Unknown }; EnumContext(); |