summaryrefslogtreecommitdiff
path: root/include/oox/ppt/backgroundproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/backgroundproperties.hxx')
-rw-r--r--include/oox/ppt/backgroundproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/backgroundproperties.hxx b/include/oox/ppt/backgroundproperties.hxx
index 57202805ad2b..c1106ef23f38 100644
--- a/include/oox/ppt/backgroundproperties.hxx
+++ b/include/oox/ppt/backgroundproperties.hxx
@@ -31,7 +31,7 @@ class BackgroundPropertiesContext : public ::oox::core::FragmentHandler2
{
public:
BackgroundPropertiesContext( ::oox::core::FragmentHandler2& rParent, ::oox::drawingml::FillProperties& rFillProperties );
- 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;
protected:
::oox::drawingml::FillProperties& mrFillProperties;