summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/scriptdlg.hxx')
-rw-r--r--cui/source/inc/scriptdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx
index bb3fa60f0916..03d5dfe5ae2f 100644
--- a/cui/source/inc/scriptdlg.hxx
+++ b/cui/source/inc/scriptdlg.hxx
@@ -68,9 +68,9 @@ private:
protected:
void ExpandTree( SvTreeListEntry* pRootEntry );
- virtual void RequestingChildren( SvTreeListEntry* pParent );
- virtual void ExpandedHdl();
- virtual bool ExpandingHdl();
+ virtual void RequestingChildren( SvTreeListEntry* pParent ) SAL_OVERRIDE;
+ virtual void ExpandedHdl() SAL_OVERRIDE;
+ virtual bool ExpandingHdl() SAL_OVERRIDE;
public:
void Init( const OUString& language );
void RequestSubEntries( SvTreeListEntry* pRootEntry, ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode >& node,
@@ -180,7 +180,7 @@ public:
SvxScriptOrgDialog( Window* pParent, const OUString& language );
~SvxScriptOrgDialog();
- virtual short Execute();
+ virtual short Execute() SAL_OVERRIDE;
};
@@ -199,7 +199,7 @@ public:
~SvxScriptErrorDialog();
- short Execute();
+ short Execute() SAL_OVERRIDE;
};
#endif // INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX