summaryrefslogtreecommitdiff
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r--cui/source/inc/transfrm.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index c1282808200c..e5892be1c21f 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -56,7 +56,7 @@ private:
sal_uInt16 nAnchorCtrls;
Link<SvxSwFrameValidation&,void> aValidateLink;
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) SAL_OVERRIDE;
+ virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
public:
@@ -145,23 +145,23 @@ private:
public:
SvxPositionSizeTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs );
virtual ~SvxPositionSizeTabPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
static VclPtr<SfxTabPage> Create( vcl::Window*, const SfxItemSet* );
static const sal_uInt16* GetRanges() { return pPosSizeRanges; }
- virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet * ) SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* ) override;
+ virtual void Reset( const SfxItemSet * ) override;
- virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
- virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE;
+ virtual void ActivatePage( const SfxItemSet& rSet ) override;
+ virtual sfxpg DeactivatePage( SfxItemSet* pSet ) override;
- virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) SAL_OVERRIDE;
+ virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) override;
void Construct();
void SetView( const SdrView* pSdrView ) { mpView = pSdrView; }
- virtual void FillUserData() SAL_OVERRIDE;
+ virtual void FillUserData() override;
void DisableResize();
void DisableProtect();
@@ -203,18 +203,18 @@ private:
public:
SvxAngleTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs );
virtual ~SvxAngleTabPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
static VclPtr<SfxTabPage> Create( vcl::Window*, const SfxItemSet* );
static const sal_uInt16* GetRanges() { return pAngleRanges; }
- virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet * ) SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* ) override;
+ virtual void Reset( const SfxItemSet * ) override;
- virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
- virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE;
+ virtual void ActivatePage( const SfxItemSet& rSet ) override;
+ virtual sfxpg DeactivatePage( SfxItemSet* pSet ) override;
- virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) SAL_OVERRIDE;
+ virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) override;
void Construct();
void SetView( const SdrView* pSdrView ) { pView = pSdrView; }
@@ -250,18 +250,18 @@ private:
public:
SvxSlantTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs );
virtual ~SvxSlantTabPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
static VclPtr<SfxTabPage> Create( vcl::Window*, const SfxItemSet* );
static const sal_uInt16* GetRanges() { return pSlantRanges; }
- virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet * ) SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* ) override;
+ virtual void Reset( const SfxItemSet * ) override;
- virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
- virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE;
+ virtual void ActivatePage( const SfxItemSet& rSet ) override;
+ virtual sfxpg DeactivatePage( SfxItemSet* pSet ) override;
- virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) SAL_OVERRIDE;
+ virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) override;
void Construct();
void SetView( const SdrView* pSdrView ) { pView = pSdrView; }