summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/plmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/plmodel.cxx')
-rw-r--r--extensions/source/plugin/base/plmodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx
index f773577c5f5f..0ed2b518be39 100644
--- a/extensions/source/plugin/base/plmodel.cxx
+++ b/extensions/source/plugin/base/plmodel.cxx
@@ -71,12 +71,12 @@ static ::com::sun::star::beans::Property aProps[] =
::com::sun::star::beans::Property(
OUString::createFromAscii( aMime ),
1,
- ::getCppuType((const OUString*)0),
+ ::cppu::UnoType<OUString>::get()0),
::com::sun::star::beans::PropertyAttribute::BOUND ),
::com::sun::star::beans::Property(
OUString::createFromAscii( aCreationURL ),
2,
- ::getCppuType((const OUString*)0),
+ ::cppu::UnoType<OUString>::get()0),
::com::sun::star::beans::PropertyAttribute::BOUND )
};