summaryrefslogtreecommitdiff
path: root/include/oox/ppt/layoutfragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/layoutfragmenthandler.hxx')
-rw-r--r--include/oox/ppt/layoutfragmenthandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx
index 74ae422f5280..d385bc537f8f 100644
--- a/include/oox/ppt/layoutfragmenthandler.hxx
+++ b/include/oox/ppt/layoutfragmenthandler.hxx
@@ -32,7 +32,7 @@ public:
LayoutFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pMasterPersistPtr ) throw();
virtual ~LayoutFragmentHandler() throw();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
};
} }