summaryrefslogtreecommitdiff
path: root/include/vcl/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r--include/vcl/msgbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx
index 93a296494452..336671fe0234 100644
--- a/include/vcl/msgbox.hxx
+++ b/include/vcl/msgbox.hxx
@@ -54,7 +54,7 @@ public:
MessBox( Window* pParent, const ResId& rResId );
~MessBox();
- virtual void StateChanged( StateChangedType nStateChange );
+ virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
void SetMessText( const OUString& rText ) { maMessText = rText; }
const OUString& GetMessText() const { return maMessText; }
@@ -67,7 +67,7 @@ public:
void SetCheckBoxState( bool bCheck );
bool GetCheckBoxState() const;
- virtual Size GetOptimalSize() const;
+ virtual Size GetOptimalSize() const SAL_OVERRIDE;
};
class VCL_DLLPUBLIC InfoBox : public MessBox