summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/xtempfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/xtempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/xtempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx
index d162e97e78aa..9c197cdf59d1 100644
--- a/unotools/source/ucbhelper/xtempfile.cxx
+++ b/unotools/source/ucbhelper/xtempfile.cxx
@@ -82,7 +82,7 @@ throw ( css::uno::RuntimeException, std::exception )
if ( pTypeCollection == NULL )
{
static ::cppu::OTypeCollection aTypeCollection(
- ::getCppuType( ( const css::uno::Reference< css::beans::XPropertySet >*)NULL )
+ cppu::UnoType<css::beans::XPropertySet>::get()
,OTempFileBase::getTypes() );
pTypeCollection = &aTypeCollection;
}