diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:20:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:20:39 +0000 |
commit | 5bcb0f5510b10ed48d0c8f21f4347ff0b9043215 (patch) | |
tree | 6cc8312aa775220f7eeee9408d5110f5aa38f387 /sw/inc/swtable.hxx | |
parent | 7bc0a2f106ef9c1ceb4e1721aa558fa73ee8c3d1 (diff) |
INTEGRATION: CWS chart2mst3 (1.14.74); FILE MERGED
2007/05/14 19:05:12 bm 1.14.74.4: RESYNC: (1.15-1.16); FILE MERGED
2007/03/09 15:05:24 bm 1.14.74.3: merged changed from CWS swnewtable
2007/01/29 14:06:32 tl 1.14.74.2: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions
2006/11/10 13:47:16 tl 1.14.74.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index eb8a16183153..cafd1af8e6c0 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swtable.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2007-04-25 08:57:29 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:20:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,7 +81,6 @@ struct SwPosition; class SwNodeIndex; class SwNode; class SfxPoolItem; -class SchMemChart; class SwUndoTblMerge; class SwUndo; class SwPaM; @@ -311,8 +310,7 @@ public: SwServerObject* GetObject() { return &refObj; } //Daten fuer das Chart fuellen. - SchMemChart *UpdateData( SchMemChart *pData, - const String* pSelection = 0 ) const; + void UpdateCharts() const; TblChgMode GetTblChgMode() const { return eTblChgMode; } void SetTblChgMode( TblChgMode eMode ) { eTblChgMode = eMode; } |