summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 09:30:36 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 09:30:36 +0000
commitf8104452a0c5a41996b2b5b44b0ec43eee8f70cc (patch)
treeda93f63b4da351ac2295d9a4ad184083e127db9c /sw/inc/ndole.hxx
parentac145167116e03a43e7499e9c63c6328f1e5d2f9 (diff)
INTEGRATION: CWS swcrossref01_DEV300 (1.16.18); FILE MERGED
2007/12/03 09:23:09 od 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/18 07:59:18 od 1.16.18.1: #i81002# minor refactoring: - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 17e20f5450f2..f0f8f0dc1ed2 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndole.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 15:06:01 $
+ * last change: $Author: obo $ $Date: 2008-02-26 10:30:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,7 +123,7 @@ public:
SwOLEObj& GetOLEObj() { return aOLEObj; }
~SwOLENode();
- virtual SwCntntNode *SplitNode( const SwPosition & );
+ virtual SwCntntNode *SplitCntntNode( const SwPosition & );
// steht in ndcopy.cxx
virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const;