summaryrefslogtreecommitdiffstats
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 15:19:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 15:19:40 +0000
commita46f33d17cf9e45c9d9c630e67c0fb039b489433 (patch)
tree888bd5c965219203cd54fa36f1371811a57dfea4 /sw/inc/format.hxx
parentINTEGRATION: CWS chart2mst3 (1.54.72); FILE MERGED (diff)
downloadcore-a46f33d17cf9e45c9d9c630e67c0fb039b489433.tar.gz
core-a46f33d17cf9e45c9d9c630e67c0fb039b489433.zip
INTEGRATION: CWS chart2mst3 (1.27.28); FILE MERGED
2007/05/14 19:03:12 bm 1.27.28.3: RESYNC: (1.28-1.29); FILE MERGED 2007/03/09 15:05:24 bm 1.27.28.2: merged changed from CWS swnewtable 2006/12/07 11:19:34 tl 1.27.28.1: #i71244# update chart in writer
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index f1a23ba58b5c..3aa6d6a8aca6 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: format.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 08:55:00 $
+ * last change: $Author: vg $ $Date: 2007-05-22 16:19:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,6 +60,7 @@ class IDocumentDrawModelAccess;
class IDocumentLayoutAccess;
class IDocumentTimerAccess;
class IDocumentFieldsAccess;
+class IDocumentChartDataProviderAccess;
class SwDoc;
class SwFmt : public SwModify
@@ -171,6 +172,10 @@ public:
*/
IDocumentFieldsAccess* getIDocumentFieldsAccess();
+ /** gives access to the chart data-provider
+ */
+ IDocumentChartDataProviderAccess* getIDocumentChartDataProviderAccess();
+
// erfragen und setzen der Poolvorlagen-Id's
USHORT GetPoolFmtId() const { return nPoolFmtId; }
void SetPoolFmtId( USHORT nId ) { nPoolFmtId = nId; }