summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmldrawingfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmldrawingfragment.hxx')
-rw-r--r--include/oox/vml/vmldrawingfragment.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/vml/vmldrawingfragment.hxx b/include/oox/vml/vmldrawingfragment.hxx
index 2229426589e8..6851f582c398 100644
--- a/include/oox/vml/vmldrawingfragment.hxx
+++ b/include/oox/vml/vmldrawingfragment.hxx
@@ -39,12 +39,12 @@ public:
Drawing& rDrawing );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
- openFragmentStream() const SAL_OVERRIDE;
+ openFragmentStream() const override;
virtual ::oox::core::ContextHandlerRef
- onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
- virtual void finalizeImport() SAL_OVERRIDE;
+ virtual void finalizeImport() override;
private:
Drawing& mrDrawing;