summaryrefslogtreecommitdiffstats
path: root/include/oox/drawingml/chart/plotareacontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/plotareacontext.hxx')
-rw-r--r--include/oox/drawingml/chart/plotareacontext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/drawingml/chart/plotareacontext.hxx b/include/oox/drawingml/chart/plotareacontext.hxx
index bb7195f2e75d..4a2c06d90ec1 100644
--- a/include/oox/drawingml/chart/plotareacontext.hxx
+++ b/include/oox/drawingml/chart/plotareacontext.hxx
@@ -38,7 +38,7 @@ public:
explicit View3DContext( ::oox::core::ContextHandler2Helper& rParent, View3DModel& rModel );
virtual ~View3DContext();
- 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 WallFloorContext( ::oox::core::ContextHandler2Helper& rParent, WallFloorModel& rModel );
virtual ~WallFloorContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -69,7 +69,7 @@ public:
explicit DataTableContext( ::oox::core::ContextHandler2Helper& rParent, DataTableModel& rModel );
virtual ~DataTableContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};
@@ -84,7 +84,7 @@ public:
explicit PlotAreaContext( ::oox::core::ContextHandler2Helper& rParent, PlotAreaModel& rModel );
virtual ~PlotAreaContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
};