summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/table/tablestyletextstylecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/table/tablestyletextstylecontext.hxx')
-rw-r--r--oox/inc/drawingml/table/tablestyletextstylecontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/table/tablestyletextstylecontext.hxx b/oox/inc/drawingml/table/tablestyletextstylecontext.hxx
index 0768bc0b4924..7db5f3a45d2c 100644
--- a/oox/inc/drawingml/table/tablestyletextstylecontext.hxx
+++ b/oox/inc/drawingml/table/tablestyletextstylecontext.hxx
@@ -33,7 +33,7 @@ public:
TableStylePart& rTableStylePart );
virtual ~TableStyleTextStyleContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
private:
TableStylePart& mrTableStylePart;