summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /oox/inc
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx2
-rw-r--r--oox/inc/drawingml/chart/axiscontext.hxx12
-rw-r--r--oox/inc/drawingml/chart/chartcontextbase.hxx4
-rw-r--r--oox/inc/drawingml/chart/chartdrawingfragment.hxx6
-rw-r--r--oox/inc/drawingml/chart/chartspacefragment.hxx2
-rw-r--r--oox/inc/drawingml/chart/datasourcecontext.hxx10
-rw-r--r--oox/inc/drawingml/chart/plotareacontext.hxx8
-rw-r--r--oox/inc/drawingml/chart/seriescontext.hxx38
-rw-r--r--oox/inc/drawingml/chart/titlecontext.hxx8
-rw-r--r--oox/inc/drawingml/chart/typegroupcontext.hxx18
-rw-r--r--oox/inc/drawingml/clrschemecontext.hxx2
-rw-r--r--oox/inc/drawingml/colorchoicecontext.hxx6
-rw-r--r--oox/inc/drawingml/customshapegeometry.hxx6
-rw-r--r--oox/inc/drawingml/fillpropertiesgroupcontext.hxx18
-rw-r--r--oox/inc/drawingml/guidcontext.hxx2
-rw-r--r--oox/inc/drawingml/linepropertiescontext.hxx2
-rw-r--r--oox/inc/drawingml/objectdefaultcontext.hxx2
-rw-r--r--oox/inc/drawingml/scene3dcontext.hxx6
-rw-r--r--oox/inc/drawingml/shapepropertiescontext.hxx2
-rw-r--r--oox/inc/drawingml/shapestylecontext.hxx2
-rw-r--r--oox/inc/drawingml/spdefcontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablebackgroundstylecontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablecellcontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablecontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablepartstylecontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablerowcontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablestylecellstylecontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablestylecontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx2
-rw-r--r--oox/inc/drawingml/table/tablestyletextstylecontext.hxx2
-rw-r--r--oox/inc/drawingml/textbodycontext.hxx8
-rw-r--r--oox/inc/drawingml/textbodypropertiescontext.hxx2
-rw-r--r--oox/inc/drawingml/textcharacterpropertiescontext.hxx2
-rw-r--r--oox/inc/drawingml/texteffectscontext.hxx6
-rw-r--r--oox/inc/drawingml/textfield.hxx2
-rw-r--r--oox/inc/drawingml/textfieldcontext.hxx6
-rw-r--r--oox/inc/drawingml/textliststylecontext.hxx2
-rw-r--r--oox/inc/drawingml/textparagraphpropertiescontext.hxx2
-rw-r--r--oox/inc/drawingml/themeelementscontext.hxx2
-rw-r--r--oox/inc/drawingml/transform2dcontext.hxx2
40 files changed, 105 insertions, 105 deletions
diff --git a/oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx b/oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx
index 827cf5a52f55..5d1fdc9581a8 100644
--- a/oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx
+++ b/oox/inc/drawingml/ThemeOverrideFragmentHandler.hxx
@@ -26,7 +26,7 @@ public:
Theme& rTheme );
virtual ~ThemeOverrideFragmentHandler();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
private:
Theme& mrTheme;
diff --git a/oox/inc/drawingml/chart/axiscontext.hxx b/oox/inc/drawingml/chart/axiscontext.hxx
index 6275fcdd3a71..d551b805bfb2 100644
--- a/oox/inc/drawingml/chart/axiscontext.hxx
+++ b/oox/inc/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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/chart/chartcontextbase.hxx b/oox/inc/drawingml/chart/chartcontextbase.hxx
index c160fb907f35..9156b8106e45 100644
--- a/oox/inc/drawingml/chart/chartcontextbase.hxx
+++ b/oox/inc/drawingml/chart/chartcontextbase.hxx
@@ -60,7 +60,7 @@ public:
explicit ShapePrWrapperContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rModel );
virtual ~ShapePrWrapperContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
struct LayoutModel;
@@ -73,7 +73,7 @@ public:
explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rModel );
virtual ~LayoutContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
} // namespace chart
diff --git a/oox/inc/drawingml/chart/chartdrawingfragment.hxx b/oox/inc/drawingml/chart/chartdrawingfragment.hxx
index 654bc9a7a73f..c8043bf1dc99 100644
--- a/oox/inc/drawingml/chart/chartdrawingfragment.hxx
+++ b/oox/inc/drawingml/chart/chartdrawingfragment.hxx
@@ -91,9 +91,9 @@ public:
bool bOleSupport );
virtual ~ChartDrawingFragment();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
- virtual void onEndElement() SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
+ virtual void onEndElement() override;
private:
::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >
diff --git a/oox/inc/drawingml/chart/chartspacefragment.hxx b/oox/inc/drawingml/chart/chartspacefragment.hxx
index 60170cc00d8a..929f4d077cdf 100644
--- a/oox/inc/drawingml/chart/chartspacefragment.hxx
+++ b/oox/inc/drawingml/chart/chartspacefragment.hxx
@@ -41,7 +41,7 @@ public:
ChartSpaceModel& rModel );
virtual ~ChartSpaceFragment();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
::oox::core::XmlFilterBase& mpFilterBase;
};
diff --git a/oox/inc/drawingml/chart/datasourcecontext.hxx b/oox/inc/drawingml/chart/datasourcecontext.hxx
index ef3298c89fde..15778a12fce6 100644
--- a/oox/inc/drawingml/chart/datasourcecontext.hxx
+++ b/oox/inc/drawingml/chart/datasourcecontext.hxx
@@ -43,8 +43,8 @@ public:
explicit DoubleSequenceContext( ::oox::core::ContextHandler2Helper& rParent, DataSequenceModel& rModel );
virtual ~DoubleSequenceContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
private:
SvNumberFormatter* getNumberFormatter();
@@ -65,8 +65,8 @@ public:
explicit StringSequenceContext( ::oox::core::ContextHandler2Helper& rParent, DataSequenceModel& rModel );
virtual ~StringSequenceContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
private:
sal_Int32 mnPtIndex; /// Current data point index.
@@ -85,7 +85,7 @@ public:
explicit DataSourceContext( ::oox::core::ContextHandler2Helper& rParent, DataSourceModel& rModel );
virtual ~DataSourceContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/chart/plotareacontext.hxx b/oox/inc/drawingml/chart/plotareacontext.hxx
index 2320288708ac..8a22dbedf28f 100644
--- a/oox/inc/drawingml/chart/plotareacontext.hxx
+++ b/oox/inc/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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) 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 ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/chart/seriescontext.hxx b/oox/inc/drawingml/chart/seriescontext.hxx
index 98583ae90118..c366d526a5e6 100644
--- a/oox/inc/drawingml/chart/seriescontext.hxx
+++ b/oox/inc/drawingml/chart/seriescontext.hxx
@@ -38,8 +38,8 @@ public:
explicit DataLabelContext( ::oox::core::ContextHandler2Helper& rParent, DataLabelModel& rModel );
virtual ~DataLabelContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
};
@@ -54,8 +54,8 @@ public:
explicit DataLabelsContext( ::oox::core::ContextHandler2Helper& rParent, DataLabelsModel& rModel );
virtual ~DataLabelsContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
};
@@ -70,7 +70,7 @@ public:
explicit PictureOptionsContext( ::oox::core::ContextHandler2Helper& rParent, PictureOptionsModel& rModel );
virtual ~PictureOptionsContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -85,7 +85,7 @@ public:
explicit ErrorBarContext( ::oox::core::ContextHandler2Helper& rParent, ErrorBarModel& rModel );
virtual ~ErrorBarContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -100,7 +100,7 @@ public:
explicit TrendlineLabelContext( ::oox::core::ContextHandler2Helper& rParent, TrendlineLabelModel& rModel );
virtual ~TrendlineLabelContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -115,8 +115,8 @@ public:
explicit TrendlineContext( ::oox::core::ContextHandler2Helper& rParent, TrendlineModel& rModel );
virtual ~TrendlineContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
};
@@ -131,7 +131,7 @@ public:
explicit DataPointContext( ::oox::core::ContextHandler2Helper& rParent, DataPointModel& rModel );
virtual ~DataPointContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -146,7 +146,7 @@ public:
explicit SeriesContextBase( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~SeriesContextBase();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -159,7 +159,7 @@ public:
explicit AreaSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~AreaSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -172,7 +172,7 @@ public:
explicit BarSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~BarSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -185,7 +185,7 @@ public:
explicit BubbleSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~BubbleSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -199,7 +199,7 @@ public:
explicit LineSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~LineSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -213,7 +213,7 @@ public:
explicit PieSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~PieSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -226,7 +226,7 @@ public:
explicit RadarSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~RadarSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -239,7 +239,7 @@ public:
explicit ScatterSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~ScatterSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -252,7 +252,7 @@ public:
explicit SurfaceSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rModel );
virtual ~SurfaceSeriesContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/chart/titlecontext.hxx b/oox/inc/drawingml/chart/titlecontext.hxx
index 882f14d0e169..128d43274e64 100644
--- a/oox/inc/drawingml/chart/titlecontext.hxx
+++ b/oox/inc/drawingml/chart/titlecontext.hxx
@@ -38,8 +38,8 @@ public:
explicit TextContext( ::oox::core::ContextHandler2Helper& rParent, TextModel& rModel );
virtual ~TextContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& rChars ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& rChars ) override;
};
@@ -54,7 +54,7 @@ public:
explicit TitleContext( ::oox::core::ContextHandler2Helper& rParent, TitleModel& rModel );
virtual ~TitleContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -69,7 +69,7 @@ public:
explicit LegendContext( ::oox::core::ContextHandler2Helper& rParent, LegendModel& rModel );
virtual ~LegendContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/chart/typegroupcontext.hxx b/oox/inc/drawingml/chart/typegroupcontext.hxx
index b4999fd34d13..a4af55cda6a6 100644
--- a/oox/inc/drawingml/chart/typegroupcontext.hxx
+++ b/oox/inc/drawingml/chart/typegroupcontext.hxx
@@ -38,7 +38,7 @@ public:
explicit UpDownBarsContext( ::oox::core::ContextHandler2Helper& rParent, UpDownBarsModel& rModel );
virtual ~UpDownBarsContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -56,7 +56,7 @@ public:
explicit AreaTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~AreaTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -69,7 +69,7 @@ public:
explicit BarTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~BarTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -82,7 +82,7 @@ public:
explicit BubbleTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~BubbleTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -96,7 +96,7 @@ public:
explicit LineTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~LineTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -110,7 +110,7 @@ public:
explicit PieTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~PieTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -123,7 +123,7 @@ public:
explicit RadarTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~RadarTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -136,7 +136,7 @@ public:
explicit ScatterTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~ScatterTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
@@ -150,7 +150,7 @@ public:
explicit SurfaceTypeGroupContext( ::oox::core::ContextHandler2Helper& rParent, TypeGroupModel& rModel );
virtual ~SurfaceTypeGroupContext();
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
diff --git a/oox/inc/drawingml/clrschemecontext.hxx b/oox/inc/drawingml/clrschemecontext.hxx
index 38efe30d22fb..ad9173d16b90 100644
--- a/oox/inc/drawingml/clrschemecontext.hxx
+++ b/oox/inc/drawingml/clrschemecontext.hxx
@@ -49,7 +49,7 @@ class clrSchemeContext : public oox::core::ContextHandler2
{
public:
clrSchemeContext( ::oox::core::ContextHandler2Helper& rParent, ClrScheme& rClrScheme );
- 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:
ClrScheme& mrClrScheme;
diff --git a/oox/inc/drawingml/colorchoicecontext.hxx b/oox/inc/drawingml/colorchoicecontext.hxx
index 8f283dd85285..62c8b44880bc 100644
--- a/oox/inc/drawingml/colorchoicecontext.hxx
+++ b/oox/inc/drawingml/colorchoicecontext.hxx
@@ -38,12 +38,12 @@ public:
virtual void onStartElement(
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
Color& mrColor;
@@ -61,7 +61,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
Color& mrColor;
diff --git a/oox/inc/drawingml/customshapegeometry.hxx b/oox/inc/drawingml/customshapegeometry.hxx
index 15fc22a440d5..7e3dcec8edf0 100644
--- a/oox/inc/drawingml/customshapegeometry.hxx
+++ b/oox/inc/drawingml/customshapegeometry.hxx
@@ -34,7 +34,7 @@ class CustomShapeGeometryContext : public ::oox::core::ContextHandler2
{
public:
CustomShapeGeometryContext( ::oox::core::ContextHandler2Helper& rParent, const ::oox::AttributeList& rAttributes, CustomShapeProperties& rCustomShapeProperties );
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) override;
private:
CustomShapeProperties& mrCustomShapeProperties;
@@ -46,7 +46,7 @@ class PresetShapeGeometryContext : public ::oox::core::ContextHandler2
{
public:
PresetShapeGeometryContext( ::oox::core::ContextHandler2Helper& rParent, const ::oox::AttributeList& rAttributes, CustomShapeProperties& rCustomShapeProperties );
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) override;
private:
CustomShapeProperties& mrCustomShapeProperties;
@@ -58,7 +58,7 @@ class PresetTextShapeContext : public ::oox::core::ContextHandler2
{
public:
PresetTextShapeContext( ::oox::core::ContextHandler2Helper& rParent, const ::oox::AttributeList& rAttributes, CustomShapeProperties& rCustomShapeProperties );
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 aElementToken, const ::oox::AttributeList& rAttribs ) override;
private:
CustomShapeProperties& mrCustomShapeProperties;
diff --git a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx b/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
index 5387b340dcc3..f5210c7ed1ea 100644
--- a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
+++ b/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
@@ -52,7 +52,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
GradientFillProperties& mrGradientProps;
@@ -70,7 +70,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
PatternFillProperties& mrPatternProps;
@@ -91,7 +91,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
ArtisticEffectProperties& maEffect;
@@ -112,7 +112,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
BlipFillProperties& mrBlipProps;
@@ -134,7 +134,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
BlipFillProperties& mrBlipProps;
@@ -157,7 +157,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
BlipFillProperties& mrBlipProps;
@@ -177,7 +177,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
BlipFillProperties& mrBlipProps;
@@ -195,7 +195,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
BlipFillProperties& mrBlipProps;
@@ -213,7 +213,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext(
sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
static ::oox::core::ContextHandlerRef
createFillContext(
diff --git a/oox/inc/drawingml/guidcontext.hxx b/oox/inc/drawingml/guidcontext.hxx
index 285a5677ef4d..f43b0906af7d 100644
--- a/oox/inc/drawingml/guidcontext.hxx
+++ b/oox/inc/drawingml/guidcontext.hxx
@@ -29,7 +29,7 @@ namespace oox { namespace drawingml {
public:
GuidContext( ::oox::core::ContextHandler2Helper& rParent, OUString& rGuidId );
- virtual void onCharacters( const OUString& aChars ) SAL_OVERRIDE;
+ virtual void onCharacters( const OUString& aChars ) override;
private:
OUString& mrGuidId;
diff --git a/oox/inc/drawingml/linepropertiescontext.hxx b/oox/inc/drawingml/linepropertiescontext.hxx
index 21e7810505d4..a176ae612dfb 100644
--- a/oox/inc/drawingml/linepropertiescontext.hxx
+++ b/oox/inc/drawingml/linepropertiescontext.hxx
@@ -37,7 +37,7 @@ public:
virtual ~LinePropertiesContext();
virtual ::oox::core::ContextHandlerRef
- onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
protected:
LineProperties& mrLineProperties;
diff --git a/oox/inc/drawingml/objectdefaultcontext.hxx b/oox/inc/drawingml/objectdefaultcontext.hxx
index f92e245d154c..f08092b4e6c2 100644
--- a/oox/inc/drawingml/objectdefaultcontext.hxx
+++ b/oox/inc/drawingml/objectdefaultcontext.hxx
@@ -30,7 +30,7 @@ class objectDefaultContext : public oox::core::ContextHandler2
{
public:
objectDefaultContext( ::oox::core::ContextHandler2Helper& rParent, Theme& rTheme );
- 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;
protected:
Theme& mrTheme;
diff --git a/oox/inc/drawingml/scene3dcontext.hxx b/oox/inc/drawingml/scene3dcontext.hxx
index edd92e8df1d0..cfcb042bd262 100644
--- a/oox/inc/drawingml/scene3dcontext.hxx
+++ b/oox/inc/drawingml/scene3dcontext.hxx
@@ -32,7 +32,7 @@ class Scene3DRotationPropertiesContext : public ::oox::core::ContextHandler2
public:
Scene3DRotationPropertiesContext( ::oox::core::ContextHandler2Helper& rParent, RotationProperties& rRotationProperties ) throw();
- ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
private:
RotationProperties& mrRotationProperties;
@@ -43,7 +43,7 @@ class Scene3DPropertiesContext : public ::oox::core::ContextHandler2
public:
Scene3DPropertiesContext( ::oox::core::ContextHandler2Helper& rParent, Shape3DProperties& r3DProperties ) throw();
- ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
private:
Shape3DProperties& mr3DProperties;
@@ -54,7 +54,7 @@ class Shape3DPropertiesContext : public ::oox::core::ContextHandler2
public:
Shape3DPropertiesContext( ::oox::core::ContextHandler2Helper& rParent, const ::oox::AttributeList& rAttribs, Shape3DProperties& r3DProperties ) throw();
- ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
private:
Shape3DProperties& mr3DProperties;
diff --git a/oox/inc/drawingml/shapepropertiescontext.hxx b/oox/inc/drawingml/shapepropertiescontext.hxx
index 4718e3b9a05d..d401aa7aca08 100644
--- a/oox/inc/drawingml/shapepropertiescontext.hxx
+++ b/oox/inc/drawingml/shapepropertiescontext.hxx
@@ -30,7 +30,7 @@ class ShapePropertiesContext : public ::oox::core::ContextHandler2
public:
ShapePropertiesContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rShape );
- 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;
protected:
Shape& mrShape;
diff --git a/oox/inc/drawingml/shapestylecontext.hxx b/oox/inc/drawingml/shapestylecontext.hxx
index b7a479124560..74788abe40eb 100644
--- a/oox/inc/drawingml/shapestylecontext.hxx
+++ b/oox/inc/drawingml/shapestylecontext.hxx
@@ -31,7 +31,7 @@ public:
ShapeStyleContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rShape );
virtual ~ShapeStyleContext();
- 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;
protected:
Shape& mrShape;
diff --git a/oox/inc/drawingml/spdefcontext.hxx b/oox/inc/drawingml/spdefcontext.hxx
index 2488197cac51..18785b9820b0 100644
--- a/oox/inc/drawingml/spdefcontext.hxx
+++ b/oox/inc/drawingml/spdefcontext.hxx
@@ -29,7 +29,7 @@ class spDefContext : public oox::core::ContextHandler2
{
public:
spDefContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rDefaultObject );
- 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;
protected:
Shape& mrDefaultObject;
diff --git a/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx b/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
index 9330fdba9378..2e4e7abaca4f 100644
--- a/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
+++ b/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
@@ -31,7 +31,7 @@ public:
TableBackgroundStyleContext( ::oox::core::ContextHandler2Helper& rParent, TableStyle& rTableStyle );
virtual ~TableBackgroundStyleContext();
- 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:
diff --git a/oox/inc/drawingml/table/tablecellcontext.hxx b/oox/inc/drawingml/table/tablecellcontext.hxx
index 502e20727c22..d1c341b4ea29 100644
--- a/oox/inc/drawingml/table/tablecellcontext.hxx
+++ b/oox/inc/drawingml/table/tablecellcontext.hxx
@@ -32,7 +32,7 @@ public:
const ::oox::AttributeList& rAttribs, TableCell& rTableCell );
virtual ~TableCellContext();
- 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:
diff --git a/oox/inc/drawingml/table/tablecontext.hxx b/oox/inc/drawingml/table/tablecontext.hxx
index be315c10fcff..ba3c07ca319b 100644
--- a/oox/inc/drawingml/table/tablecontext.hxx
+++ b/oox/inc/drawingml/table/tablecontext.hxx
@@ -32,7 +32,7 @@ public:
TableContext( ::oox::core::ContextHandler2Helper& rParent, ShapePtr pShapePtr );
virtual ~TableContext();
- 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:
diff --git a/oox/inc/drawingml/table/tablepartstylecontext.hxx b/oox/inc/drawingml/table/tablepartstylecontext.hxx
index 0b9f33043544..fde8231880d4 100644
--- a/oox/inc/drawingml/table/tablepartstylecontext.hxx
+++ b/oox/inc/drawingml/table/tablepartstylecontext.hxx
@@ -31,7 +31,7 @@ public:
TablePartStyleContext( ::oox::core::ContextHandler2Helper& rParent, TableStylePart& rTableStylePart );
virtual ~TablePartStyleContext();
- 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:
diff --git a/oox/inc/drawingml/table/tablerowcontext.hxx b/oox/inc/drawingml/table/tablerowcontext.hxx
index 736023703e3f..8ee5b35d63a3 100644
--- a/oox/inc/drawingml/table/tablerowcontext.hxx
+++ b/oox/inc/drawingml/table/tablerowcontext.hxx
@@ -33,7 +33,7 @@ public:
const ::oox::AttributeList& rAttribs, TableRow& rTableRow );
virtual ~TableRowContext();
- 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:
diff --git a/oox/inc/drawingml/table/tablestylecellstylecontext.hxx b/oox/inc/drawingml/table/tablestylecellstylecontext.hxx
index 54c92ca88a66..772e3bef2c7c 100644
--- a/oox/inc/drawingml/table/tablestylecellstylecontext.hxx
+++ b/oox/inc/drawingml/table/tablestylecellstylecontext.hxx
@@ -31,7 +31,7 @@ public:
TableStyleCellStyleContext( ::oox::core::ContextHandler2Helper& rParent, TableStylePart& rTableStylePart );
virtual ~TableStyleCellStyleContext();
- 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;
diff --git a/oox/inc/drawingml/table/tablestylecontext.hxx b/oox/inc/drawingml/table/tablestylecontext.hxx
index 87a8e434d5d9..d983d5587687 100644
--- a/oox/inc/drawingml/table/tablestylecontext.hxx
+++ b/oox/inc/drawingml/table/tablestylecontext.hxx
@@ -33,7 +33,7 @@ public:
TableStyle& rTableStyle );
virtual ~TableStyleContext();
- 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:
TableStyle& mrTableStyle;
diff --git a/oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx b/oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx
index 4b3312c88f45..65d0a90d8747 100644
--- a/oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx
+++ b/oox/inc/drawingml/table/tablestylelistfragmenthandler.hxx
@@ -36,7 +36,7 @@ public:
TableStyleList& rTableStyleList );
virtual ~TableStyleListFragmentHandler();
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const AttributeList& rAttribs ) override;
private:
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;
diff --git a/oox/inc/drawingml/textbodycontext.hxx b/oox/inc/drawingml/textbodycontext.hxx
index 43e80af578c9..253d8f0ab658 100644
--- a/oox/inc/drawingml/textbodycontext.hxx
+++ b/oox/inc/drawingml/textbodycontext.hxx
@@ -33,7 +33,7 @@ class TextBodyContext : public ::oox::core::ContextHandler2
public:
TextBodyContext( ::oox::core::ContextHandler2Helper& rParent, TextBody& rTextBody );
- 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;
protected:
TextBody& mrTextBody;
@@ -46,9 +46,9 @@ class RegularTextRunContext : public ::oox::core::ContextHandler2
public:
RegularTextRunContext( ::oox::core::ContextHandler2Helper& rParent, TextRunPtr pRunPtr );
- virtual void onEndElement() SAL_OVERRIDE;
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& aChars ) SAL_OVERRIDE;
+ virtual void onEndElement() override;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
+ virtual void onCharacters( const OUString& aChars ) override;
protected:
TextRunPtr mpRunPtr;
diff --git a/oox/inc/drawingml/textbodypropertiescontext.hxx b/oox/inc/drawingml/textbodypropertiescontext.hxx
index b3ec0326d0b4..069edd2be2f9 100644
--- a/oox/inc/drawingml/textbodypropertiescontext.hxx
+++ b/oox/inc/drawingml/textbodypropertiescontext.hxx
@@ -33,7 +33,7 @@ public:
const ::oox::AttributeList& rAttributes,
TextBodyProperties& rTextBodyProp );
- 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;
protected:
TextBodyProperties& mrTextBodyProp;
diff --git a/oox/inc/drawingml/textcharacterpropertiescontext.hxx b/oox/inc/drawingml/textcharacterpropertiescontext.hxx
index d44227c96320..d223afd3b5e1 100644
--- a/oox/inc/drawingml/textcharacterpropertiescontext.hxx
+++ b/oox/inc/drawingml/textcharacterpropertiescontext.hxx
@@ -34,7 +34,7 @@ public:
TextCharacterProperties& rTextCharacterProperties );
virtual ~TextCharacterPropertiesContext();
- 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;
protected:
TextCharacterProperties& mrTextCharacterProperties;
diff --git a/oox/inc/drawingml/texteffectscontext.hxx b/oox/inc/drawingml/texteffectscontext.hxx
index 825192616e0f..1acb0091976d 100644
--- a/oox/inc/drawingml/texteffectscontext.hxx
+++ b/oox/inc/drawingml/texteffectscontext.hxx
@@ -28,10 +28,10 @@ public:
std::vector<css::beans::PropertyValue>& rTextEffectsProperties);
virtual ~TextEffectsContext();
- virtual void onStartElement(const oox::AttributeList& rAttribs) SAL_OVERRIDE;
- virtual void onEndElement() SAL_OVERRIDE;
+ virtual void onStartElement(const oox::AttributeList& rAttribs) override;
+ virtual void onEndElement() override;
- 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;
protected:
std::vector<css::beans::PropertyValue>& mrTextEffectsProperties;
diff --git a/oox/inc/drawingml/textfield.hxx b/oox/inc/drawingml/textfield.hxx
index b6a779055f5a..c378e95f3b16 100644
--- a/oox/inc/drawingml/textfield.hxx
+++ b/oox/inc/drawingml/textfield.hxx
@@ -45,7 +45,7 @@ public:
const ::com::sun::star::uno::Reference < ::com::sun::star::text::XText > & xText,
const ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextCursor > &xAt,
const TextCharacterProperties& rTextCharacterStyle,
- float nDefaultCharHeight) const SAL_OVERRIDE;
+ float nDefaultCharHeight) const override;
private:
TextParagraphProperties maTextParagraphProperties;
diff --git a/oox/inc/drawingml/textfieldcontext.hxx b/oox/inc/drawingml/textfieldcontext.hxx
index 425122497c57..7f1efefd65d1 100644
--- a/oox/inc/drawingml/textfieldcontext.hxx
+++ b/oox/inc/drawingml/textfieldcontext.hxx
@@ -33,10 +33,10 @@ public:
TextFieldContext( ::oox::core::ContextHandler2Helper& rParent,
const ::oox::AttributeList& rAttributes,
TextField& rTextField);
- virtual void onEndElement( ) SAL_OVERRIDE;
- virtual void onCharacters( const OUString& aChars ) SAL_OVERRIDE;
+ virtual void onEndElement( ) override;
+ virtual void onCharacters( const OUString& aChars ) override;
virtual ::oox::core::ContextHandlerRef onCreateContext(
- sal_Int32 aElementToken, const ::oox::AttributeList& rAttributes ) SAL_OVERRIDE;
+ sal_Int32 aElementToken, const ::oox::AttributeList& rAttributes ) override;
private:
TextField& mrTextField;
diff --git a/oox/inc/drawingml/textliststylecontext.hxx b/oox/inc/drawingml/textliststylecontext.hxx
index f71fc899cb0f..ced68dfb100b 100644
--- a/oox/inc/drawingml/textliststylecontext.hxx
+++ b/oox/inc/drawingml/textliststylecontext.hxx
@@ -31,7 +31,7 @@ public:
TextListStyleContext( ::oox::core::ContextHandler2Helper& rParent, TextListStyle& rTextListStyle );
virtual ~TextListStyleContext();
- 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;
protected:
TextListStyle& mrTextListStyle;
diff --git a/oox/inc/drawingml/textparagraphpropertiescontext.hxx b/oox/inc/drawingml/textparagraphpropertiescontext.hxx
index cf666a4d260c..899626c30fae 100644
--- a/oox/inc/drawingml/textparagraphpropertiescontext.hxx
+++ b/oox/inc/drawingml/textparagraphpropertiescontext.hxx
@@ -38,7 +38,7 @@ public:
TextParagraphProperties& rTextParagraphProperties );
virtual ~TextParagraphPropertiesContext();
- 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;
protected:
TextParagraphProperties& mrTextParagraphProperties;
diff --git a/oox/inc/drawingml/themeelementscontext.hxx b/oox/inc/drawingml/themeelementscontext.hxx
index 47acdc9a6290..b806862efd60 100644
--- a/oox/inc/drawingml/themeelementscontext.hxx
+++ b/oox/inc/drawingml/themeelementscontext.hxx
@@ -32,7 +32,7 @@ class ThemeElementsContext : public oox::core::ContextHandler2
public:
ThemeElementsContext( ::oox::core::ContextHandler2Helper& rParent, Theme& rTheme );
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement,
- const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ const ::oox::AttributeList& rAttribs ) override;
private:
Theme& mrTheme;
diff --git a/oox/inc/drawingml/transform2dcontext.hxx b/oox/inc/drawingml/transform2dcontext.hxx
index dfe49cb0fc08..faba2789db99 100644
--- a/oox/inc/drawingml/transform2dcontext.hxx
+++ b/oox/inc/drawingml/transform2dcontext.hxx
@@ -33,7 +33,7 @@ class Transform2DContext : public ::oox::core::ContextHandler2
public:
Transform2DContext( ::oox::core::ContextHandler2Helper& rParent,
const ::oox::AttributeList& rAttributes, Shape& rShape, bool btxXfrm = false ) throw();
- 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;
protected:
Shape& mrShape;