summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ControlOOoTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/ControlOOoTContext.hxx')
-rw-r--r--xmloff/source/transform/ControlOOoTContext.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/transform/ControlOOoTContext.hxx b/xmloff/source/transform/ControlOOoTContext.hxx
index 6a4f14621d7f..350e2946a846 100644
--- a/xmloff/source/transform/ControlOOoTContext.hxx
+++ b/xmloff/source/transform/ControlOOoTContext.hxx
@@ -24,8 +24,7 @@
class XMLControlOOoTransformerContext : public XMLTransformerContext
{
- ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > m_xAttrList;
+ css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList;
OUString m_aElemQName;
@@ -38,9 +37,9 @@ public:
virtual XMLTransformerContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const OUString& rQName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
- virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
virtual void EndElement() override;