summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/axiscontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/axiscontext.hxx')
-rw-r--r--include/oox/drawingml/chart/axiscontext.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/drawingml/chart/axiscontext.hxx b/include/oox/drawingml/chart/axiscontext.hxx
index 08ba65860075..0c832802b896 100644
--- a/include/oox/drawingml/chart/axiscontext.hxx
+++ b/include/oox/drawingml/chart/axiscontext.hxx
@@ -38,7 +38,7 @@ public:
explicit AxisDispUnitsContext( ::oox::core::ContextHandler2Helper& rParent, AxisDispUnitsModel& rModel );
virtual ~AxisDispUnitsContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -54,7 +54,7 @@ public:
explicit AxisContextBase( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel );
virtual ~AxisContextBase();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -67,7 +67,7 @@ public:
explicit CatAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel );
virtual ~CatAxisContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -80,7 +80,7 @@ public:
explicit DateAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel );
virtual ~DateAxisContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -93,7 +93,7 @@ public:
explicit SerAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel );
virtual ~SerAxisContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -106,7 +106,7 @@ public:
explicit ValAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel );
virtual ~ValAxisContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};