summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/colex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/colex.hxx')
-rw-r--r--sw/source/uibase/inc/colex.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/colex.hxx b/sw/source/uibase/inc/colex.hxx
index f15e80bf2aae..3e5f122ec2fa 100644
--- a/sw/source/uibase/inc/colex.hxx
+++ b/sw/source/uibase/inc/colex.hxx
@@ -52,7 +52,7 @@ protected:
virtual void DrawPage(vcl::RenderContext& rRenderContext,
const Point& rPoint,
const bool bSecond,
- const bool bEnabled) SAL_OVERRIDE;
+ const bool bEnabled) override;
public:
SwPageGridExample(vcl::Window* pPar)
: SwPageExample(pPar)
@@ -60,7 +60,7 @@ public:
{}
virtual ~SwPageGridExample();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void UpdateExample( const SfxItemSet& rSet );
};
@@ -74,7 +74,7 @@ protected:
virtual void DrawPage(vcl::RenderContext& rRenderContext,
const Point& rPoint,
const bool bSecond,
- const bool bEnabled) SAL_OVERRIDE;
+ const bool bEnabled) override;
public:
SwColExample(vcl::Window* pPar)
@@ -99,14 +99,14 @@ private:
SwFormatCol m_aCols;
protected:
- virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE;
+ virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) override;
public:
SwColumnOnlyExample(vcl::Window*);
void SetColumns(const SwFormatCol& rCol);
- virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual Size GetOptimalSize() const override;
};
#endif // INCLUDED_SW_SOURCE_UIBASE_INC_COLEX_HXX