diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 00:24:33 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:07:12 +0100 |
commit | 632e2826d02dce2977044815ee604485b29775c1 (patch) | |
tree | 72773abae7cb880a76694f5cc7507982aeaeb6ae /vcl/inc | |
parent | 3c5dbb2f5405b495ec5fe257df839e955cccf622 (diff) |
mbSound is always true
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/msgbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/vcl/msgbox.hxx b/vcl/inc/vcl/msgbox.hxx index 6d6c920717ad..30fae2000ec4 100644 --- a/vcl/inc/vcl/msgbox.hxx +++ b/vcl/inc/vcl/msgbox.hxx @@ -73,7 +73,6 @@ protected: Image maImage; sal_uInt16 mnSoundType; sal_Bool mbHelpBtn; - sal_Bool mbSound; CheckBox* mpCheckBox; XubString maCheckBoxText; sal_Bool mbCheck; |