summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlTable.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlTable.cxx b/reportdesign/source/filter/xml/xmlTable.cxx
index 719b169f310b..130b5d6b7394 100644
--- a/reportdesign/source/filter/xml/xmlTable.cxx
+++ b/reportdesign/source/filter/xml/xmlTable.cxx
@@ -135,7 +135,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > OXMLTable::createFastC
xContext = new OXMLRowColumn( rImport,xAttrList,this);
break;
case XML_ELEMENT(REPORT, XML_CONDITIONAL_PRINT_EXPRESSION):
- xContext = new OXMLCondPrtExpr( rImport,xAttrList,m_xSection.get());
+ xContext = new OXMLCondPrtExpr( rImport,xAttrList,m_xSection);
break;
default:
break;
@@ -163,7 +163,7 @@ void OXMLTable::endFastElement(sal_Int32 )
XMLPropStyleContext* pAutoStyle = const_cast<XMLPropStyleContext*>(dynamic_cast< const XMLPropStyleContext *>(pAutoStyles->FindStyleChildContext(XmlStyleFamily::TABLE_TABLE,m_sStyleName)));
if ( pAutoStyle )
{
- pAutoStyle->FillPropertySet(m_xSection.get());
+ pAutoStyle->FillPropertySet(m_xSection);
}
}
}