summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ControllerCommandDispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ControllerCommandDispatch.cxx')
-rw-r--r--chart2/source/controller/main/ControllerCommandDispatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx b/chart2/source/controller/main/ControllerCommandDispatch.cxx
index aa21b77fb451..6edaaff79592 100644
--- a/chart2/source/controller/main/ControllerCommandDispatch.cxx
+++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx
@@ -86,8 +86,8 @@ namespace impl
/// Constants for moving the series.
namespace {
- static bool const MOVE_SERIES_FORWARD = true;
- static bool const MOVE_SERIES_BACKWARD = false;
+ bool const MOVE_SERIES_FORWARD = true;
+ bool const MOVE_SERIES_BACKWARD = false;
}
/** Represents the current state of the controller (needed for issue 63017).