summaryrefslogtreecommitdiff
path: root/sw/inc/ndnotxt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:25 +0000
commitdcbef9f54fb75876152f3323270f7d1d5ae8c9bd (patch)
treed9d2f137ad9c48cc34b7de7e4029ff83eada63be /sw/inc/ndnotxt.hxx
parent91618ea7d31a17401734ad15974db0cc25c9fe37 (diff)
INTEGRATION: CWS writercorehandoff (1.7.722); FILE MERGED
2005/09/13 11:42:59 tra 1.7.722.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:10:06 fme 1.7.722.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r--sw/inc/ndnotxt.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx
index 3d371ecf6635..123cb2096f63 100644
--- a/sw/inc/ndnotxt.hxx
+++ b/sw/inc/ndnotxt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndnotxt.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:02:01 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:27:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,7 +73,7 @@ public:
virtual SwCntntFrm *MakeFrm();
- inline SwGrfFmtColl *GetGrfColl() const;
+ inline SwGrfFmtColl *GetGrfColl() const { return (SwGrfFmtColl*)GetRegisteredIn(); }
virtual Size GetTwipSize() const = 0;
@@ -109,11 +109,6 @@ public:
Graphic GetGraphic() const;
};
-inline SwGrfFmtColl* SwNoTxtNode::GetGrfColl() const
-{
- return (SwGrfFmtColl*)GetRegisteredIn();
-}
-
// Inline Metoden aus Node.hxx - erst hier ist der TxtNode bekannt !!
inline SwNoTxtNode *SwNode::GetNoTxtNode()
{