summaryrefslogtreecommitdiff
path: root/cppu/source/uno/copy.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-05-10 19:12:55 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-05-10 19:12:55 +0000
commit928779d15311a9a197f229f9d597112de6191094 (patch)
tree52bc5f26b69b15e2680db80eb7110a4e76108745 /cppu/source/uno/copy.hxx
parent835c83c7f218e861fea30dbc3924bf88faf8d1d4 (diff)
rtl string api changes
Diffstat (limited to 'cppu/source/uno/copy.hxx')
-rw-r--r--cppu/source/uno/copy.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx
index 9788aef34dde..2f69c4b2c279 100644
--- a/cppu/source/uno/copy.hxx
+++ b/cppu/source/uno/copy.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: copy.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-30 13:41:39 $
+ * last change: $Author: pl $ $Date: 2001-05-10 20:12:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -417,7 +417,7 @@ inline void __copyConstructAny(
case typelib_TypeClass_STRING:
pDestAny->pData = ::rtl_allocateMemory( sizeof(rtl_uString *) );
*(rtl_uString **)pDestAny->pData = 0;
- RTL_USTRING_NEW( (rtl_uString **)pDestAny->pData );
+ rtl_uString_new( (rtl_uString **)pDestAny->pData );
break;
case typelib_TypeClass_TYPE:
pDestAny->pData = ::rtl_allocateMemory( sizeof(typelib_TypeDescriptionReference *) );