summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-01 11:36:33 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-01 11:36:33 +0000
commit3777268b9283746439181d11bc289b8e8efe127d (patch)
tree91e1dbd2ab1ff992f28609386849664030d04e1b /sw/source/core
parenta76a048deba4531738a478a3ab3c0818e3da9756 (diff)
INTEGRATION: CWS limerickfilterteam08 (1.12.26); FILE MERGED
2003/07/10 13:44:51 cmc 1.12.26.1: #i6991# MakeOLENode should take a const string
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/ole/ndole.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index dba84c8998e4..04616cbed9c7 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndole.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2003-04-24 16:44:48 $
+ * last change: $Author: obo $ $Date: 2003-09-01 12:36:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -271,9 +271,7 @@ JP 02.10.97 - OLE Objecte stehen immer alleine im Rahmen, also hat es
SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere,
- String &rName,
- SwGrfFmtColl* pGrfColl,
- SwAttrSet* pAutoAttr )
+ const String &rName, SwGrfFmtColl* pGrfColl, SwAttrSet* pAutoAttr )
{
ASSERT( pGrfColl,"SwNodes::MakeOLENode: Formatpointer ist 0." );