summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmltextboxcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmltextboxcontext.hxx')
-rw-r--r--include/oox/vml/vmltextboxcontext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index b7d6d72323da..770a6f015861 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -42,10 +42,10 @@ public:
const AttributeList& rAttribs );
virtual ::oox::core::ContextHandlerRef
- onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
- virtual void onStartElement(const AttributeList& rAttribs) SAL_OVERRIDE;
- virtual void onEndElement() SAL_OVERRIDE;
+ onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
+ virtual void onStartElement(const AttributeList& rAttribs) override;
+ virtual void onEndElement() override;
private:
TextBox& mrTextBox;
@@ -66,9 +66,9 @@ public:
const GraphicHelper& graphicHelper );
virtual ::oox::core::ContextHandlerRef
- onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onStartElement(const AttributeList& rAttribs) SAL_OVERRIDE;
- virtual void onEndElement() SAL_OVERRIDE;
+ onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onStartElement(const AttributeList& rAttribs) override;
+ virtual void onEndElement() override;
private:
TextBox& mrTextBox;