summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 09:52:35 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 09:52:35 +0000
commitda419ba1802295edd5074921604d5c216b5c1578 (patch)
tree1f08203fcf1fa138e1ade928bc788c72d00dcc47 /cppu
parentbe8eee92c2a39d07050ded0b42bbb113fe022e4a (diff)
INTEGRATION: CWS cliuno01 (1.2.32); FILE MERGED
2003/07/16 13:08:08 dbo 1.2.32.1: #107130# unacquired
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/cppu/cppu_opt.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppu/source/cppu/cppu_opt.cxx b/cppu/source/cppu/cppu_opt.cxx
index 023616432df2..051f8a149916 100644
--- a/cppu/source/cppu/cppu_opt.cxx
+++ b/cppu/source/cppu/cppu_opt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cppu_opt.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2002-08-21 09:19:18 $
+ * last change: $Author: obo $ $Date: 2003-09-04 10:52:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,8 +59,8 @@
*
************************************************************************/
-#include <typelib/typedescription.h>
-#include <rtl/ustrbuf.hxx>
+#include "typelib/typedescription.h"
+#include "rtl/ustrbuf.hxx"
using namespace ::rtl;
@@ -72,8 +72,8 @@ extern "C" rtl_uString * SAL_CALL cppu_unsatisfied_iquery_msg(
{
OUStringBuffer buf( 64 );
buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("unsatisfied query for interface of type ") );
- buf.append( * reinterpret_cast< OUString const * >( &pType->pTypeName ) );
- buf.append( (sal_Unicode)'!' );
+ buf.append( OUString::unacquired( &pType->pTypeName ) );
+ buf.append( (sal_Unicode) '!' );
OUString ret( buf.makeStringAndClear() );
rtl_uString_acquire( ret.pData );
return ret.pData;