diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/msgbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index 099bc5504adf..5b539120c63d 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -69,7 +69,7 @@ public: void SetCheckBoxText( const OUString& rText ) { maCheckBoxText = rText;} const OUString& GetCheckBoxText() const { return maCheckBoxText;} void SetCheckBoxState( sal_Bool bCheck ); - sal_Bool GetCheckBoxState() const; + sal_Bool GetCheckBoxState() const; virtual Size GetOptimalSize() const; }; |