diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-02-11 08:56:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-02-11 08:56:00 +0000 |
commit | 03289cbd592940cc01cae628dae618b386eeec19 (patch) | |
tree | e9fc5fe6f8a2d5185af6230dfe7bcc2e753209cb /sc/inc/docuno.hxx | |
parent | 8ea2e620df0e16adf201946cf66c3139a83212ef (diff) |
INTEGRATION: CWS chart01 (1.15.36); FILE MERGED
2004/01/21 16:03:20 bm 1.15.36.1: chart2 API split up into public and private part
drafts removed from public chart2 API
ScModelObj createInstance supports com.sun.star.chart2.XDataProvider
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 9e01afa46026..84e657db3bb5 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docuno.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:20:35 $ + * last change: $Author: rt $ $Date: 2004-02-11 09:56:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -192,6 +192,7 @@ private: com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawTrGradTab; com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawMarkerTab; com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawDashTab; + com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xChartDataProv; BOOL FillRenderMarkData( const com::sun::star::uno::Any& aSelection, ScMarkData& rMark, ScPrintSelectionStatus& rStatus ) const; |