summaryrefslogtreecommitdiff
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r--include/vcl/btndlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index 4575cee5e803..1c1dc6cafa59 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -64,8 +64,8 @@ public:
ButtonDialog( Window* pParent, WinBits nStyle = WB_STDDIALOG );
~ButtonDialog();
- virtual void Resize();
- virtual void StateChanged( StateChangedType nStateChange );
+ virtual void Resize() SAL_OVERRIDE;
+ virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
virtual void Click();