summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLFontStylesContext_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLFontStylesContext_impl.hxx')
-rw-r--r--xmloff/source/style/XMLFontStylesContext_impl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLFontStylesContext_impl.hxx b/xmloff/source/style/XMLFontStylesContext_impl.hxx
index ef387927681c..e1baa2dd1ed0 100644
--- a/xmloff/source/style/XMLFontStylesContext_impl.hxx
+++ b/xmloff/source/style/XMLFontStylesContext_impl.hxx
@@ -64,7 +64,7 @@ public:
OUString familyName() const;
- SvXMLImportContext * CreateChildContext(
+ SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
@@ -81,7 +81,7 @@ public:
const OUString& rLName,
const XMLFontStyleContextFontFace& font );
- virtual SvXMLImportContext * CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
@@ -111,7 +111,7 @@ public:
const OUString& rValue ) override;
void SetFormat( const OUString& rFormat );
void EndElement() override;
- SvXMLImportContext * CreateChildContext(
+ SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;