From 90f91088d238469b4a2262c91de3117ba40f5bde Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 Dec 2013 15:16:51 +0100 Subject: Don't hold css::uno::Type instances by pointer ...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606 --- extensions/source/bibliography/bibload.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index 94e5e0ad92cc..bc7efa202780 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -577,8 +577,8 @@ Reference< XPropertySetInfo > BibliographyLoader::getPropertySetInfo(void) thro { static const SfxItemPropertyMapEntry aBibProps_Impl[] = { - { MAP_CHAR_LEN("BibliographyDataFieldNames"), 0, &::getCppuType((Sequence*)0), PropertyAttribute::READONLY, 0}, - {0,0,0,0,0,0} + { "BibliographyDataFieldNames", 0, ::getCppuType((Sequence*)0), PropertyAttribute::READONLY, 0}, + {} }; static Reference< XPropertySetInfo > xRet = SfxItemPropertySet(aBibProps_Impl).getPropertySetInfo(); -- cgit v1.2.3