summaryrefslogtreecommitdiffstats
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 15:20:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 15:20:51 +0000
commit00bda55168b06f928d6e97d9134e2952da9776d2 (patch)
tree4ae37e16c2fdd930babe184282308d8ebed2ac03 /sw/inc/tblsel.hxx
parentINTEGRATION: CWS chart2mst3 (1.14.74); FILE MERGED (diff)
downloadcore-00bda55168b06f928d6e97d9134e2952da9776d2.tar.gz
core-00bda55168b06f928d6e97d9134e2952da9776d2.zip
INTEGRATION: CWS chart2mst3 (1.8.54); FILE MERGED
2007/03/09 15:05:24 bm 1.8.54.3: merged changed from CWS swnewtable 2006/12/11 15:23:22 tl 1.8.54.2: #i71244# update charts in writer 2006/11/10 13:47:16 tl 1.8.54.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index bfa0e78ce063..9805ea05c4bd 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-02-28 15:37:41 $
+ * last change: $Author: vg $ $Date: 2007-05-22 16:20:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -204,10 +204,6 @@ public:
const BOOL bBehind );
BOOL AreLinesToRestore( const SwTable &rTable ) const;
- //Auch die Charts zu der Tabelle muessen etwas von den Veraenderungen
- //mitbekommen.
- void SaveChartData( const SwTable &rTable );
- void RestoreChartData( const SwTable &rTable );
void ClearLineBehind() { pLineBehind = 0; }
};