summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-27 08:11:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-27 14:00:28 +0200
commit92b447876d1d9c10fba17e5f527332fe6ec07fb9 (patch)
tree92714b5d8db4fbf2d7a56aca8be0450269397be4 /include/sax
parente6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (diff)
css already means ::com::sun::star
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
Diffstat (limited to 'include/sax')
-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 );
};