summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/textdlgs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/textdlgs.hxx')
-rw-r--r--sc/source/ui/inc/textdlgs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/textdlgs.hxx b/sc/source/ui/inc/textdlgs.hxx
index abcd88ab5438..793705144cef 100644
--- a/sc/source/ui/inc/textdlgs.hxx
+++ b/sc/source/ui/inc/textdlgs.hxx
@@ -31,7 +31,7 @@ private:
sal_uInt16 m_nNamePageId;
sal_uInt16 m_nEffectsPageId;
- virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage);
+ virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage) SAL_OVERRIDE;
public:
ScCharDlg(Window* pParent, const SfxItemSet* pAttr,
const SfxObjectShell* pDocShell);
@@ -42,7 +42,7 @@ class ScParagraphDlg : public SfxTabDialog
private:
sal_uInt16 m_nTabPageId;
- virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage);
+ virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage) SAL_OVERRIDE;
public:
ScParagraphDlg(Window* pParent, const SfxItemSet* pAttr);