From 10e4396dc7c96061750208c32f29c372737f63d2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 Oct 2015 08:52:21 +0200 Subject: com::sun::star->css in sal,sax Change-Id: I24e202b1f8071fe918e4e164b5fa1c08a561cb24 Reviewed-on: https://gerrit.libreoffice.org/19626 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sax/source/tools/fastattribs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax/source/tools/fastattribs.cxx') diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx index cb97acccf21c..0d1aa9ddc96b 100644 --- a/sax/source/tools/fastattribs.cxx +++ b/sax/source/tools/fastattribs.cxx @@ -52,7 +52,7 @@ void UnknownAttribute::FillAttribute( Attribute* pAttrib ) const } } -FastAttributeList::FastAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenHandler >& xTokenHandler, +FastAttributeList::FastAttributeList( const css::uno::Reference< css::xml::sax::XFastTokenHandler >& xTokenHandler, sax_fastparser::FastTokenHandlerBase *pTokenHandler) : mxTokenHandler( xTokenHandler ), mpTokenHandler( pTokenHandler ) -- cgit