Kaydet (Commit) 4f918cd5 authored tarafından Michael Stahl's avatar Michael Stahl

comphelper: give up on the XPropertySetInfos for now

PropertySetInfo_Impl in ucb/source/core/ucbstore.cxx is sheer insanity,
persisting a PropertySetInfo into the configuration => throw up
hands in despair.

Change-Id: Ic341e453571072a9ed66c6bf51e96dbe39806566
üst b3ee9222
......@@ -44,10 +44,16 @@ typedef std::map<OUString, PropertyMapEntry const *> PropertyMap;
class PropertyMapImpl;
// don't export to avoid duplicate WeakImplHelper definitions with MSVC
class SAL_DLLPUBLIC_TEMPLATE PropertySetInfo_BASE
: public ::cppu::WeakImplHelper< ::com::sun::star::beans::XPropertySetInfo >
{};
/** this class implements a XPropertySetInfo that is initialized with arrays of PropertyMapEntry.
It is used by the class PropertySetHelper.
*/
class COMPHELPER_DLLPUBLIC PropertySetInfo : public ::cppu::WeakImplHelper< ::com::sun::star::beans::XPropertySetInfo >
class COMPHELPER_DLLPUBLIC PropertySetInfo
: public PropertySetInfo_BASE
{
private:
PropertyMapImpl* mpMap;
......
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