diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:40:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:40:33 +0200 |
commit | 0cff0af7328ac916215e534dc284e773eb0b9dc5 (patch) | |
tree | af9a17ca4351238e50b9102f8e30d0f5b282d89d /sax/source/fastparser | |
parent | b8f0e36405fed875f09ed84db1ece61c957bf4e9 (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I66548ca8a8eaadea64f58653e97389c6208caa41
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index a3ee5b586c22..ba0c158eb18e 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -567,7 +567,7 @@ void Entity::throwException( const ::rtl::Reference< FastLocatorImpl > &xDocumen xDocumentLocator->getSystemId(), xDocumentLocator->getLineNumber() ), Reference< XInterface >(), - Any( &maSavedException, getCppuType( &maSavedException ) ), + Any( &maSavedException, cppu::UnoType<decltype(maSavedException)>::get() ), xDocumentLocator->getPublicId(), xDocumentLocator->getSystemId(), xDocumentLocator->getLineNumber(), |