summaryrefslogtreecommitdiff
path: root/include/oox/ppt/customshowlistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/customshowlistcontext.hxx')
-rw-r--r--include/oox/ppt/customshowlistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx
index d32d331c6052..20e2971f8f44 100644
--- a/include/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
@@ -43,7 +43,7 @@ namespace oox { namespace ppt {
std::vector< CustomShow >& rCustomShowList );
~CustomShowListContext( );
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
} }