summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax/fastattribs.hxx')
-rw-r--r--include/sax/fastattribs.hxx4
1 files changed, 2 insertions, 2 deletions
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 );
};