Kaydet (Commit) 8a725a02 authored tarafından Julien Nabet's avatar Julien Nabet

Fix previous commit (svx part)

Change-Id: I58fb2aca452935c04c498ee63c3b4060b1ebc50e
üst a1e41fc3
...@@ -226,10 +226,10 @@ sal_Int8 SAL_CALL GalleryItem::getType() ...@@ -226,10 +226,10 @@ sal_Int8 SAL_CALL GalleryItem::getType()
{ OUString("GalleryItemType"), UNOGALLERY_GALLERYITEMTYPE, ::getCppuType( (const sal_Int8*)(0)), { OUString("GalleryItemType"), UNOGALLERY_GALLERYITEMTYPE, ::getCppuType( (const sal_Int8*)(0)),
beans::PropertyAttribute::READONLY, 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 }, beans::PropertyAttribute::READONLY, 0 },
{ OUString("Title"), UNOGALLERY_TITLE, ::cppu::UnoType<OUString>::get()(0)), { OUString("Title"), UNOGALLERY_TITLE, ::cppu::UnoType<OUString>::get(),
0, 0 }, 0, 0 },
{ OUString("Thumbnail"), UNOGALLERY_THUMBNAIL, ::getCppuType( (const uno::Reference< graphic::XGraphic >*)(0)), { OUString("Thumbnail"), UNOGALLERY_THUMBNAIL, ::getCppuType( (const uno::Reference< graphic::XGraphic >*)(0)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment