From 92b447876d1d9c10fba17e5f527332fe6ec07fb9 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 27 May 2014 08:11:10 +0200 Subject: css already means ::com::sun::star Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342 --- include/sax/fastattribs.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sax') diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx index 71085910efb7..4724b7ed3de7 100644 --- a/include/sax/fastattribs.hxx +++ b/include/sax/fastattribs.hxx @@ -61,11 +61,11 @@ class SAX_DLLPUBLIC FastTokenHandlerBase class SAX_DLLPUBLIC FastTokenLookup { static const int mnUtf8BufferSize = 128; - ::css::uno::Sequence< sal_Int8 > maUtf8Buffer; + css::uno::Sequence< sal_Int8 > maUtf8Buffer; public: FastTokenLookup(); sal_Int32 getTokenFromChars( - const ::css::uno::Reference< ::css::xml::sax::XFastTokenHandler > &mxTokenHandler, + const css::uno::Reference< css::xml::sax::XFastTokenHandler > &mxTokenHandler, FastTokenHandlerBase *pTokenHandler, const char *pStr, size_t nLength = 0 ); }; -- cgit