diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-04 15:15:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:50 +0200 |
commit | 43b6df53b3c754373147dd48df88df232770c2ac (patch) | |
tree | 836321c0234f080e18c21144959c25390fb24f87 /connectivity | |
parent | c6279cc17bba5f589125dc8b8ba4888e78a26dd7 (diff) |
N_DEBUG never defined
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZConnectionWrapper.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/cpool/ZConnectionWrapper.cxx b/connectivity/source/cpool/ZConnectionWrapper.cxx index 5241944b5347..359c18903e01 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.cxx +++ b/connectivity/source/cpool/ZConnectionWrapper.cxx @@ -231,9 +231,6 @@ void OConnectionWeakWrapper::disposing() } // com::sun::star::lang::XUnoTunnel -#ifdef N_DEBUG -IMPLEMENT_FORWARD_XINTERFACE2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper) -#else IMPLEMENT_FORWARD_REFCOUNT( OConnectionWeakWrapper, OConnectionWeakWrapper_BASE ) \ ::com::sun::star::uno::Any SAL_CALL OConnectionWeakWrapper::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException, std::exception) \ { \ @@ -242,7 +239,6 @@ IMPLEMENT_FORWARD_REFCOUNT( OConnectionWeakWrapper, OConnectionWeakWrapper_BASE aReturn = OConnectionWrapper::queryInterface( _rType ); \ return aReturn; \ } -#endif IMPLEMENT_FORWARD_XTYPEPROVIDER2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper) |