summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 00522c67451c..8da6edf2e977 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -220,11 +220,8 @@ namespace svl
class SAL_NO_VTABLE IUndoManager
{
public:
- enum
- {
- CurrentLevel = true,
- TopLevel = false
- };
+ static bool const CurrentLevel = true;
+ static bool const TopLevel = false;
virtual ~IUndoManager() { };