diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:04:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:04:36 +0000 |
commit | cee27c9f2eaab4c6936cead1a3a5dee22ebc8ae4 (patch) | |
tree | d2a4c5d86060bd821bfa0a73e874af2ece50d0d0 /sw/inc/node.hxx | |
parent | 21bef14de9bf537bd3888df7197bc0d86189dcc2 (diff) |
INTEGRATION: CWS tune05 (1.8.170); FILE MERGED
2004/07/22 10:40:05 cmc 1.8.170.1: #i30554# unused GetFrmFmt
Diffstat (limited to 'sw/inc/node.hxx')
-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; |