diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/node.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index cd0afa5cf954..95dc03131f62 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -2,9 +2,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2004-02-26 15:23:41 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:04:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -260,10 +260,6 @@ public: // returnt SwFrmFmt* GetFlyFmt() const; - // liefert das Format, an dem die LayoutFrames des StartNodes registriert sind, - // wird von SwSectionNode::MakeFrms benutzt - const SwFrmFmt* GetFrmFmt() const; - // falls der Node in einer Tabelle steht, dann wird die entsprechende // TabellenBox returnt SwTableBox* GetTblBox() const; |