diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:30:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:30:19 +0000 |
commit | ac145167116e03a43e7499e9c63c6328f1e5d2f9 (patch) | |
tree | 0bcf96b83a07c7590e4d04e030637709b28da66d /sw/inc | |
parent | 0ba11a9c0f0bab377f0b4d394d6176d8be411480 (diff) |
INTEGRATION: CWS swcrossref01_DEV300 (1.20.54); FILE MERGED
2007/10/18 07:59:19 od 1.20.54.1: #i81002# minor refactoring:
- rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>
Diffstat (limited to 'sw/inc')
-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 |