diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:53:39 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:53:39 +0000 |
commit | 6551597baeabfdc21e214f8cb6df1e81a29e8b11 (patch) | |
tree | 045f92e2fcce87ab7c9f1238cb4198a7cd8fab8e /chart2/source/controller/main/ChartController.hxx | |
parent | deecda8cafbb13c3972fc3a90da878e753faf497 (diff) |
INTEGRATION: CWS chart17 (1.8.32); FILE MERGED
2007/10/12 12:35:07 bm 1.8.32.1: #i7998# equations for regression curves
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 4d20b1c63d0f..9cac1a173728 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartController.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2007-07-25 08:42:47 $ + * last change: $Author: ihi $ $Date: 2007-11-23 11:53:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -608,6 +608,8 @@ private: void SAL_CALL executeDispatch_InsertAxis(); void SAL_CALL executeDispatch_InsertGrid(); void SAL_CALL executeDispatch_InsertStatistic(); + void SAL_CALL executeDispatch_InsertTrendline(); + void SAL_CALL executeDispatch_InsertTrendlineEquation(); void SAL_CALL executeDispatch_InsertSpecialCharacter(); void SAL_CALL executeDispatch_EditText(); |