summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-11 10:51:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-11 10:51:34 +0200
commit8a725a02b58e525e05e4d93363f1c5c5d5a42003 (patch)
tree1100e4796a0faed55744b0800ae83a0f2fd170ea /svx
parenta1e41fc3d18816b25f7d26bf05eb548ec22309aa (diff)
Fix previous commit (svx part)
Change-Id: I58fb2aca452935c04c498ee63c3b4060b1ebc50e
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unogallery/unogalitem.cxx4
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)),