summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic/ndgrf.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 09:40:28 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 09:40:28 +0000
commit10ad90ac7043f6125c997e41fa877072402ef0d1 (patch)
treee3f8a2959049f9eddea2bb7ecc6dfda0d8c35a57 /sw/source/core/graphic/ndgrf.cxx
parentb8cf0615e36bbf90466239ae62977cc12376f7be (diff)
INTEGRATION: CWS swcrossref01_DEV300 (1.41.20); FILE MERGED
2008/02/01 08:13:27 od 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2007/10/18 08:03:58 od 1.41.20.1: #i81002# minor refactoring: - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)
Diffstat (limited to 'sw/source/core/graphic/ndgrf.cxx')
-rw-r--r--sw/source/core/graphic/ndgrf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index a22dcccd4e01..584c3bd1e200 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndgrf.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: vg $ $Date: 2008-01-29 08:38:58 $
+ * last change: $Author: obo $ $Date: 2008-02-26 10:40:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -428,7 +428,7 @@ SwGrfNode::~SwGrfNode()
}
-SwCntntNode *SwGrfNode::SplitNode( const SwPosition & )
+SwCntntNode *SwGrfNode::SplitCntntNode( const SwPosition & )
{
return this;
}