summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldocntp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hldocntp.hxx')
-rw-r--r--cui/source/inc/hldocntp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/hldocntp.hxx b/cui/source/inc/hldocntp.hxx
index ecfd833cbd53..c84c4eb5aba0 100644
--- a/cui/source/inc/hldocntp.hxx
+++ b/cui/source/inc/hldocntp.hxx
@@ -47,10 +47,10 @@ private:
Image GetImage( sal_uInt16 nId );
protected:
- void FillDlgFields(const OUString& rStrURL);
+ void FillDlgFields(const OUString& rStrURL) SAL_OVERRIDE;
void GetCurentItemData ( OUString& rStrURL, OUString& aStrName,
OUString& aStrIntName, OUString& aStrFrame,
- SvxLinkInsertMode& eMode );
+ SvxLinkInsertMode& eMode ) SAL_OVERRIDE;
public:
SvxHyperlinkNewDocTp ( Window *pParent, const SfxItemSet& rItemSet);
@@ -58,10 +58,10 @@ public:
static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
- virtual sal_Bool AskApply ();
- virtual void DoApply ();
+ virtual sal_Bool AskApply () SAL_OVERRIDE;
+ virtual void DoApply () SAL_OVERRIDE;
- virtual void SetInitFocus();
+ virtual void SetInitFocus() SAL_OVERRIDE;
};