diff options
-rw-r--r-- | sw/inc/ndgrf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index f2c8bd51b88e..a7d87148b2ed 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndgrf.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2007-07-18 13:29:22 $ + * last change: $Author: obo $ $Date: 2008-02-26 10:30:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -166,7 +166,7 @@ public: const GraphicObject& GetGrfObj() const { return aGrfObj; } GraphicObject& GetGrfObj() { return aGrfObj; } - virtual SwCntntNode *SplitNode( const SwPosition & ); + virtual SwCntntNode *SplitCntntNode( const SwPosition & ); virtual Size GetTwipSize() const; #ifndef _FESHVIEW_ONLY_INLINE_NEEDED |