summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/tablemgr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-10-06 12:41:54 +0000
committerjp <jp@openoffice.org>2000-10-06 12:41:54 +0000
commit58e63e2fddb2da0ba0d6b51f51f17aed7f0d2b68 (patch)
tree6aee7d4481cfdc157e16d6b80324dd53837ff2d8 /sw/source/ui/inc/tablemgr.hxx
parentshould changes: don't use IniManager (diff)
downloadcore-58e63e2fddb2da0ba0d6b51f51f17aed7f0d2b68.tar.gz
core-58e63e2fddb2da0ba0d6b51f51f17aed7f0d2b68.zip
should changes: don't use IniManager
Diffstat (limited to 'sw/source/ui/inc/tablemgr.hxx')
-rw-r--r--sw/source/ui/inc/tablemgr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/tablemgr.hxx b/sw/source/ui/inc/tablemgr.hxx
index 464e6a3bb51c..a5e747010949 100644
--- a/sw/source/ui/inc/tablemgr.hxx
+++ b/sw/source/ui/inc/tablemgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablemgr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * last change: $Author: jp $ $Date: 2000-10-06 13:34:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,6 +98,8 @@ public:
const SwFrmFmt *GetTableFmt() const { return pFmt; }
+ SwWrtShell* GetShell() const { return pSh; }
+
void InsertChart( SchMemChart& rData, const SfxItemSet* pSet = 0 );
void UpdateChart();
};