#91486# added ShapePropertyMapper for chart without ShapeUserDefinedAttributes

This commit is contained in:
Christian Lippka
2001-10-16 08:07:08 +00:00
parent 65b74c2152
commit d615f1b84d
4 changed files with 29 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.cxx,v $
*
* $Revision: 1.52 $
* $Revision: 1.53 $
*
* last change: $Author: cl $ $Date: 2001-10-12 16:12:57 $
* last change: $Author: cl $ $Date: 2001-10-16 09:07:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,6 +228,7 @@ using namespace ::xmloff::token;
const XMLPropertyMapEntry aXMLSDProperties[] =
{
// this entry must be first! this is needed for XMLShapeImportHelper::CreateExternalShapePropMapper
MAP( "ShapeUserDefinedAttributes", XML_NAMESPACE_TEXT, XML_XMLNS, XML_TYPE_ATTRIBUTE_CONTAINER | MID_FLAG_SPECIAL_ITEM, 0 ),
// stroke attributes
@@ -1057,6 +1058,11 @@ XMLShapePropertySetMapper::XMLShapePropertySetMapper(const UniReference< XMLProp
{
}
XMLShapePropertySetMapper::XMLShapePropertySetMapper(const UniReference< XMLPropertyHandlerFactory >& rFactoryRef, sal_uInt16 nOffset)
: XMLPropertySetMapper( &aXMLSDProperties[nOffset], rFactoryRef )
{
}
XMLShapePropertySetMapper::~XMLShapePropertySetMapper()
{
}