summaryrefslogtreecommitdiff
path: root/oox/source/core/contexthandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/contexthandler.cxx')
-rw-r--r--oox/source/core/contexthandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/contexthandler.cxx b/oox/source/core/contexthandler.cxx
index 8bf2c4eadfeb..1ff793cd0c84 100644
--- a/oox/source/core/contexthandler.cxx
+++ b/oox/source/core/contexthandler.cxx
@@ -42,7 +42,7 @@ using ::rtl::OUString;
// ============================================================================
ContextHandler::ContextHandler( ContextHandler& rParent ) :
- ContextHandlerImplBase(),
+ ContextHandler_BASE(),
mxBaseData( rParent.mxBaseData )
{
}