summaryrefslogtreecommitdiff
path: root/include/sfx2/styledlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/styledlg.hxx')
-rw-r--r--include/sfx2/styledlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index b53e8cdb6557..366703ea9bc9 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -33,7 +33,7 @@ private:
DECL_DLLPRIVATE_LINK( CancelHdl, Button * );
sal_uInt16 m_nOrganizerId;
protected:
- virtual const SfxItemSet* GetRefreshedSet();
+ virtual const SfxItemSet* GetRefreshedSet() SAL_OVERRIDE;
public:
SfxStyleDialog(Window* pParent, const OString& rID,
@@ -44,7 +44,7 @@ public:
SfxStyleSheetBase& GetStyleSheet() { return *pStyle; }
const SfxStyleSheetBase& GetStyleSheet() const { return *pStyle; }
- virtual short Ok();
+ virtual short Ok() SAL_OVERRIDE;
};
#endif