diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-10-01 12:54:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-10-01 12:54:16 +0200 |
commit | 555e05338a62f551b5e018bd12e6b7a9a52f3e5d (patch) | |
tree | 67e03b524cd97ef4568ced8a763a0851fce6f5f7 /vcl/source/window/msgbox.cxx | |
parent | 7825ac7bb42ee7e9b336c34e063ad6c3426c527f (diff) |
CWS changehid: error in conversion to string HIDs
Diffstat (limited to 'vcl/source/window/msgbox.cxx')
-rw-r--r-- | vcl/source/window/msgbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx index d21d881b38f0..d00d569883d5 100644 --- a/vcl/source/window/msgbox.cxx +++ b/vcl/source/window/msgbox.cxx @@ -232,7 +232,7 @@ MessBox::~MessBox() void MessBox::ImplPosControls() { - if ( GetHelpId() ) + if ( GetHelpId().getLength() ) { if ( !mbHelpBtn ) { |