summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage/xolesimplestorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/unoolestorage/xolesimplestorage.cxx')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx
index 12fcd50141e3..1e8ba5027f9e 100644
--- a/sot/source/unoolestorage/xolesimplestorage.cxx
+++ b/sot/source/unoolestorage/xolesimplestorage.cxx
@@ -597,7 +597,7 @@ uno::Type SAL_CALL OLESimpleStorage::getElementType()
if ( m_bDisposed )
throw lang::DisposedException();
- return getCppuType( (const uno::Reference< io::XInputStream >*)NULL );
+ return cppu::UnoType<io::XInputStream>::get();
}