diff options
author | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
commit | 3fe1d17a07180c843fd376763e27c72a529b75b2 (patch) | |
tree | 585d2722e8c23653efed23273d6ca7aae2e20e48 /chart2/source/controller/main/ChartController.hxx | |
parent | ae900510614be862923fdc70e47dc7ccccb894d4 (diff) |
drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index a5abe83c7870..9ba33c8f4264 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: iha $ $Date: 2003-12-10 18:30:43 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:12:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,8 @@ #ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> #endif -#ifndef _CPPUHELPER_IMPLBASE6_HXX_ + +#ifndef _CPPUHELPER_IMPLBASE8_HXX_ #include <cppuhelper/implbase8.hxx> #endif @@ -266,6 +267,8 @@ private: void SAL_CALL executeDispatch_RotateDiagram(); void SAL_CALL executeDispatch_PositionAndSize( const ::rtl::OUString& rObjectCID ); + void executeDispatch_EditData(); + // void execute_DoubleClick(); |