diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 10:55:31 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 10:55:31 +0000 |
commit | d98f288a40b33ab2858e6656c370bb70368aa687 (patch) | |
tree | c0cfd22d17be975ab078e031bf28a6a9900e57c2 | |
parent | dfab6e703d4d70a33a6d3f2d05d0481423f63e44 (diff) |
INTEGRATION: CWS chart22 (1.9.40); FILE MERGED
2008/04/17 11:30:46 iha 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED
2008/02/21 16:57:31 iha 1.9.40.1: #i65549# Plotting of missing values
-rw-r--r-- | chart2/source/model/template/ChartTypeTemplate.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx index 7b488c921..d8b2b7b5b 100644 --- a/chart2/source/model/template/ChartTypeTemplate.hxx +++ b/chart2/source/model/template/ChartTypeTemplate.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ChartTypeTemplate.hxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -131,6 +131,11 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& xDiagram ) throw (::com::sun::star::uno::RuntimeException); + // + virtual void SAL_CALL applyStyles( + const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& xDiagram ) + throw (::com::sun::star::uno::RuntimeException); + // ____ XServiceName ____ virtual ::rtl::OUString SAL_CALL getServiceName() throw (::com::sun::star::uno::RuntimeException); |