summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLChartPropertyContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLChartPropertyContext.cxx')
-rw-r--r--xmloff/source/chart/XMLChartPropertyContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLChartPropertyContext.cxx b/xmloff/source/chart/XMLChartPropertyContext.cxx
index a1290e557289..ce1b2ea5a22c 100644
--- a/xmloff/source/chart/XMLChartPropertyContext.cxx
+++ b/xmloff/source/chart/XMLChartPropertyContext.cxx
@@ -34,7 +34,7 @@ XMLChartPropertyContext::XMLChartPropertyContext(
const uno::Reference< xml::sax::XAttributeList > & xAttrList,
sal_uInt32 nFamily,
::std::vector< XMLPropertyState >& rProps,
- const UniReference< SvXMLImportPropertyMapper >& rMapper ) :
+ const rtl::Reference< SvXMLImportPropertyMapper >& rMapper ) :
SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFamily, rProps, rMapper )
{
}