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 eb5bb5571567..2229426589e8 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;
+ openFragmentStream() const SAL_OVERRIDE;
virtual ::oox::core::ContextHandlerRef
- onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void finalizeImport();
+ virtual void finalizeImport() SAL_OVERRIDE;
private:
Drawing& mrDrawing;