summaryrefslogtreecommitdiff
path: root/sw/source/core/ole
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 09:40:42 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 09:40:42 +0000
commit6e5e6c48947dc066e68696325ff2eef7b33772d0 (patch)
tree1ba55de6a03c68479619a125a64858c8b752237a /sw/source/core/ole
parent10ad90ac7043f6125c997e41fa877072402ef0d1 (diff)
INTEGRATION: CWS swcrossref01_DEV300 (1.39.20); FILE MERGED
2007/12/03 09:23:56 od 1.39.20.2: RESYNC: (1.39-1.40); FILE MERGED 2007/10/18 08:03:59 od 1.39.20.1: #i81002# minor refactoring: - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)
Diffstat (limited to 'sw/source/core/ole')
-rw-r--r--sw/source/core/ole/ndole.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index ae8c9095dca5..45f21731c5f3 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndole.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: rt $ $Date: 2007-11-12 16:25:50 $
+ * last change: $Author: obo $ $Date: 2008-02-26 10:40:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -357,7 +357,7 @@ Graphic* SwOLENode::GetHCGraphic()
return aOLEObj.xOLERef.GetHCGraphic();
}
-SwCntntNode *SwOLENode::SplitNode( const SwPosition & )
+SwCntntNode *SwOLENode::SplitCntntNode( const SwPosition & )
{
// OLE-Objecte vervielfaeltigen ??
ASSERT( FALSE, "OleNode: can't split." );