diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-11 10:51:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-11 10:51:34 +0200 |
commit | 8a725a02b58e525e05e4d93363f1c5c5d5a42003 (patch) | |
tree | 1100e4796a0faed55744b0800ae83a0f2fd170ea /svx | |
parent | a1e41fc3d18816b25f7d26bf05eb548ec22309aa (diff) |
Fix previous commit (svx part)
Change-Id: I58fb2aca452935c04c498ee63c3b4060b1ebc50e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unogallery/unogalitem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx index b761d8c41b23..284a734f7248 100644 --- a/svx/source/unogallery/unogalitem.cxx +++ b/svx/source/unogallery/unogalitem.cxx @@ -226,10 +226,10 @@ sal_Int8 SAL_CALL GalleryItem::getType() { OUString("GalleryItemType"), UNOGALLERY_GALLERYITEMTYPE, ::getCppuType( (const sal_Int8*)(0)), beans::PropertyAttribute::READONLY, 0 }, - { OUString("URL"), UNOGALLERY_URL, ::cppu::UnoType<OUString>::get()(0)), + { OUString("URL"), UNOGALLERY_URL, ::cppu::UnoType<OUString>::get(), beans::PropertyAttribute::READONLY, 0 }, - { OUString("Title"), UNOGALLERY_TITLE, ::cppu::UnoType<OUString>::get()(0)), + { OUString("Title"), UNOGALLERY_TITLE, ::cppu::UnoType<OUString>::get(), 0, 0 }, { OUString("Thumbnail"), UNOGALLERY_THUMBNAIL, ::getCppuType( (const uno::Reference< graphic::XGraphic >*)(0)), |