summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/dbexception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/dbexception.cxx')
-rw-r--r--connectivity/source/commontools/dbexception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/dbexception.cxx b/connectivity/source/commontools/dbexception.cxx
index 3b68dde5b8c8..33ea7a8eac72 100644
--- a/connectivity/source/commontools/dbexception.cxx
+++ b/connectivity/source/commontools/dbexception.cxx
@@ -231,7 +231,7 @@ void SQLExceptionInfo::append( TYPE _eType, const OUString& _rErrorMessage, cons
// find the end of the current chain
Any* pChainIterator = &m_aContent;
SQLException* pLastException = NULL;
- const Type& aSQLExceptionType( ::getCppuType< SQLException >() );
+ const Type& aSQLExceptionType( cppu::UnoType<SQLException>::get() );
while ( pChainIterator )
{
if ( !pChainIterator->hasValue() )