summaryrefslogtreecommitdiff
path: root/include/oox/ppt/slidetimingcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/slidetimingcontext.hxx')
-rw-r--r--include/oox/ppt/slidetimingcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/slidetimingcontext.hxx b/include/oox/ppt/slidetimingcontext.hxx
index fd6724d89857..d3b294f85d42 100644
--- a/include/oox/ppt/slidetimingcontext.hxx
+++ b/include/oox/ppt/slidetimingcontext.hxx
@@ -35,7 +35,7 @@ public:
SlideTimingContext( ::oox::core::FragmentHandler2& rParent, TimeNodePtrList & aTimeNodeList ) throw();
virtual ~SlideTimingContext() throw();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
private:
TimeNodePtrList & maTimeNodeList;