summaryrefslogtreecommitdiff
path: root/include/xmloff/fasttokenhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/fasttokenhandler.hxx')
-rw-r--r--include/xmloff/fasttokenhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/fasttokenhandler.hxx b/include/xmloff/fasttokenhandler.hxx
index cad4a5638933..613df97ae03d 100644
--- a/include/xmloff/fasttokenhandler.hxx
+++ b/include/xmloff/fasttokenhandler.hxx
@@ -69,7 +69,7 @@ private:
struct StaticTokenMap : public rtl::Static< TokenMap, StaticTokenMap > {};
-class XMLOFF_DLLPUBLIC FastTokenHandler final : public cppu::WeakImplHelper<
+class FastTokenHandler final : public cppu::WeakImplHelper<
css::xml::sax::XFastTokenHandler >,
public sax_fastparser::FastTokenHandlerBase
{