summaryrefslogtreecommitdiff
path: root/oox/inc/oox/core/fasttokenhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/core/fasttokenhandler.hxx')
-rw-r--r--oox/inc/oox/core/fasttokenhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/oox/core/fasttokenhandler.hxx b/oox/inc/oox/core/fasttokenhandler.hxx
index a6c73de9842b..c85bfda085f9 100644
--- a/oox/inc/oox/core/fasttokenhandler.hxx
+++ b/oox/inc/oox/core/fasttokenhandler.hxx
@@ -39,12 +39,12 @@ namespace core {
// ============================================================================
-typedef ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServiceInfo, ::com::sun::star::xml::sax::XFastTokenHandler > FastTokenHandlerBase;
+typedef ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServiceInfo, ::com::sun::star::xml::sax::XFastTokenHandler > FastTokenHandler_BASE;
/** 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 FastTokenHandlerBase
+class FastTokenHandler : public FastTokenHandler_BASE
{
public:
explicit FastTokenHandler();