summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/MergeElemTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/MergeElemTContext.hxx')
-rw-r--r--xmloff/source/transform/MergeElemTContext.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/transform/MergeElemTContext.hxx b/xmloff/source/transform/MergeElemTContext.hxx
index e2d43f2442ef..39cc3b174e0e 100644
--- a/xmloff/source/transform/MergeElemTContext.hxx
+++ b/xmloff/source/transform/MergeElemTContext.hxx
@@ -29,8 +29,7 @@ typedef ::std::vector< ::rtl::Reference< XMLPersTextContentTContext> >
class XMLMergeElemTransformerContext : public XMLTransformerContext
{
- ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > m_xAttrList;
+ css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList;
XMLPersTextContentTContextVector m_aChildContexts;
sal_uInt16 m_nActionMap;
bool m_bStartElementExported;
@@ -47,9 +46,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;