diff options
Diffstat (limited to 'xmloff/source/transform/FrameOOoTContext.cxx')
-rw-r--r-- | xmloff/source/transform/FrameOOoTContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/FrameOOoTContext.cxx b/xmloff/source/transform/FrameOOoTContext.cxx index cb60b528384e..a8cbd5a8fbfa 100644 --- a/xmloff/source/transform/FrameOOoTContext.cxx +++ b/xmloff/source/transform/FrameOOoTContext.cxx @@ -50,14 +50,14 @@ void XMLFrameOOoTransformerContext::StartElement( OSL_ENSURE( pActions, "go no actions" ); Reference< XAttributeList > xAttrList( rAttrList ); - XMLMutableAttributeList *pMutableAttrList = + rtl::Reference<XMLMutableAttributeList> pMutableAttrList = GetTransformer().ProcessAttrList( xAttrList, OOO_SHAPE_ACTIONS, true ); if( !pMutableAttrList ) pMutableAttrList = new XMLMutableAttributeList( rAttrList ); xAttrList = pMutableAttrList; - XMLMutableAttributeList *pFrameMutableAttrList = + rtl::Reference<XMLMutableAttributeList> pFrameMutableAttrList = new XMLMutableAttributeList; Reference< XAttributeList > xFrameAttrList( pFrameMutableAttrList ); |