summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:02:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:02:44 +0000
commit3304eeab53e12fde2fc491d16c288df25dc73b93 (patch)
tree6f6e2b6d7d6a2e68962970d53dbee8365423b096 /connectivity/source/commontools
parent80597041697999d7455dba15ca1ff574260789be (diff)
INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED
2005/11/07 14:42:57 fs 1.11.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r--connectivity/source/commontools/ConnectionWrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/ConnectionWrapper.cxx b/connectivity/source/commontools/ConnectionWrapper.cxx
index ab263e24caac..34bfb802815c 100644
--- a/connectivity/source/commontools/ConnectionWrapper.cxx
+++ b/connectivity/source/commontools/ConnectionWrapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ConnectionWrapper.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:08:32 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:02:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,7 +189,7 @@ Sequence< Type > SAL_CALL OConnectionWrapper::getTypes( ) throw (::com::sun::st
sal_Int64 SAL_CALL OConnectionWrapper::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException)
{
if (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(), rId.getConstArray(), 16 ) )
- return (sal_Int64)this;
+ return reinterpret_cast< sal_Int64 >( this );
if(m_xUnoTunnel.is())
return m_xUnoTunnel->getSomething(rId);