diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-06 17:42:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-06 18:53:37 +0200 |
commit | 63cb2c865371cafaab763be656695e9cc75b8a15 (patch) | |
tree | 87adaaa333c77e8cb1bf64e01693761604095ec0 /include | |
parent | 510443e9a29b9ea75a60a3c5d430ed814a090a3a (diff) |
writerfilter: switch to the oox FastTokenHandler
Possibly they did something different in the past, but currently they do
the same. This commit just switches the handler, the newly unused code
will be removed in a later commit.
Change-Id: Ic5bade876c264e025543728916d9bcd871e32b9b
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/fasttokenhandler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/core/fasttokenhandler.hxx b/include/oox/core/fasttokenhandler.hxx index 1730f7327b1b..23d207635fec 100644 --- a/include/oox/core/fasttokenhandler.hxx +++ b/include/oox/core/fasttokenhandler.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_OOX_CORE_FASTTOKENHANDLER_HXX #define INCLUDED_OOX_CORE_FASTTOKENHANDLER_HXX +#include <oox/dllapi.h> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <cppuhelper/implbase2.hxx> @@ -37,7 +38,7 @@ typedef ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServiceInfo, ::com::su /** Wrapper implementing the com.sun.star.xml.sax.XFastTokenHandler API interface that provides access to the tokens generated from the internal token name list. */ -class FastTokenHandler : public FastTokenHandler_BASE, +class OOX_DLLPUBLIC FastTokenHandler : public FastTokenHandler_BASE, public sax_fastparser::FastTokenHandlerBase { public: |