summaryrefslogtreecommitdiff
path: root/oox/source/ppt/commonbehaviorcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/commonbehaviorcontext.hxx')
-rw-r--r--oox/source/ppt/commonbehaviorcontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/ppt/commonbehaviorcontext.hxx b/oox/source/ppt/commonbehaviorcontext.hxx
index cbfaf7f90046..d1b58e56ed87 100644
--- a/oox/source/ppt/commonbehaviorcontext.hxx
+++ b/oox/source/ppt/commonbehaviorcontext.hxx
@@ -46,11 +46,11 @@ namespace oox { namespace ppt {
~CommonBehaviorContext( )
throw( );
- virtual void onEndElement();
+ virtual void onEndElement() SAL_OVERRIDE;
- virtual void onCharacters( const OUString& aChars );
+ virtual void onCharacters( const OUString& aChars ) SAL_OVERRIDE;
- 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:
bool mbInAttrList;