summaryrefslogtreecommitdiff
path: root/include/svx/hdft.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/hdft.hxx')
-rw-r--r--include/svx/hdft.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index d26ef8d470a0..11a911fdeba6 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -48,24 +48,24 @@ private:
public:
- virtual bool FillItemSet( SfxItemSet* rOutSet ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* rOutSet ) override;
+ virtual void Reset( const SfxItemSet* rSet ) override;
virtual ~SvxHFPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void DisableDeleteQueryBox() { mbDisableQueryBox = true; }
//UUUU
- virtual void PageCreated(const SfxAllItemSet&) SAL_OVERRIDE;
+ virtual void PageCreated(const SfxAllItemSet&) override;
void EnableDynamicSpacing();
protected:
static const sal_uInt16 pRanges[];
- 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;
SvxHFPage( vcl::Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId );