summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 0c5b225301dc..3da4a8955114 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.hxx
@@ -185,27 +185,27 @@ private:
void EnableDrawingLayerFillStyles(bool bNew) { mbEnableDrawingLayerFillStyles = bNew; }
protected:
- virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
- virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE;
+ virtual void ActivatePage( const SfxItemSet& rSet ) override;
+ virtual sfxpg DeactivatePage( SfxItemSet* pSet = 0 ) override;
public:
static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet );
// returns the range of the Which values
static const sal_uInt16* GetRanges() { return pRanges; }
- virtual bool FillItemSet( SfxItemSet* rOutSet ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
- virtual void FillUserData() SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* rOutSet ) override;
+ virtual void Reset( const SfxItemSet* rSet ) override;
+ virtual void FillUserData() override;
virtual ~SvxPageDescPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void SetMode( SvxModeType eMType ) { eMode = eMType; }
void SetPaperFormatRanges( Paper eStart, Paper eEnd )
{ ePaperStart = eStart, ePaperEnd = eEnd; }
void SetCollectionList(const std::vector<OUString> &aList);
- virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE;
+ virtual void PageCreated(const SfxAllItemSet& aSet) override;
};
#endif // INCLUDED_CUI_SOURCE_INC_PAGE_HXX