From e4acd26406056addac8c10e80d8cfaa48cedc7fc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Oct 2015 16:38:52 +0200 Subject: com::sun::star->css in include/linguistic to include/sfx2 Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/mathml/importutils.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/oox/mathml') diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx index 86751a6edde4..d9f78284e09b 100644 --- a/include/oox/mathml/importutils.hxx +++ b/include/oox/mathml/importutils.hxx @@ -127,7 +127,7 @@ public: struct OOX_DLLPUBLIC Tag { Tag( int token = XML_TOKEN_INVALID, - const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& attributes = com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >(), + const css::uno::Reference< css::xml::sax::XFastAttributeList >& attributes = css::uno::Reference< css::xml::sax::XFastAttributeList >(), const OUString& text = OUString()); Tag( int token, const AttributeList& attribs); @@ -219,7 +219,7 @@ class OOX_DLLPUBLIC XmlStreamBuilder { public: void appendOpeningTag( int token, - const com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >& attributes = com::sun::star::uno::Reference< com::sun::star::xml::sax::XFastAttributeList >()); + const css::uno::Reference< css::xml::sax::XFastAttributeList >& attributes = css::uno::Reference< css::xml::sax::XFastAttributeList >()); void appendOpeningTag( int token, const AttributeList& attribs ); void appendClosingTag( int token ); -- cgit