diff options
Diffstat (limited to 'xmloff/source/transform/MetaTContext.hxx')
-rw-r--r-- | xmloff/source/transform/MetaTContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/MetaTContext.hxx b/xmloff/source/transform/MetaTContext.hxx index a8788fa8c4d3..f6ed27136dbf 100644 --- a/xmloff/source/transform/MetaTContext.hxx +++ b/xmloff/source/transform/MetaTContext.hxx @@ -49,7 +49,7 @@ public: // Create a children element context. By default, the import's // CreateContext method is called to create a new default context. - virtual XMLTransformerContext *CreateChildContext( sal_uInt16 nPrefix, + virtual rtl::Reference<XMLTransformerContext> CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const OUString& rQName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override; |