diff options
author | Ingrid Halama <iha@openoffice.org> | 2003-12-09 16:13:34 +0000 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2003-12-09 16:13:34 +0000 |
commit | a50c45e0d2d6d65eba1e2922f962cffe59b125c0 (patch) | |
tree | 7005af09a435d560e89c924f32b9dc601fc3bed1 /chart2/source/controller/main/ChartController.hxx | |
parent | 29be76ddcc826bb182c0efd0226a7551bd4e199d (diff) |
added method executeDispatch_RotateDiagram
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index 46773451fd9f..79ebd577a840 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ChartController.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: iha $ $Date: 2003-10-28 15:49:04 $ + * last change: $Author: iha $ $Date: 2003-12-09 17:13:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -263,6 +263,8 @@ private: void StartTextEdit(); bool EndTextEdit(); + void SAL_CALL executeDispatch_RotateDiagram(); + // void execute_DoubleClick(); |