[Libreoffice-commits] core.git: vcl/source
Niklas Johansson
sleeping.pillow at gmail.com
Tue Nov 5 11:25:06 CET 2013
vcl/source/window/msgbox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit af93243d06d81e996c1fae92190bc9622503e25b
Author: Niklas Johansson <sleeping.pillow at gmail.com>
Date: Tue Nov 5 11:19:06 2013 +0100
Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK set
and inherits from Edit which reuses that same bit for password
Change-Id: I8add146fdbc1b3402b5409f01f75c620da25a313
Reviewed-on: https://gerrit.libreoffice.org/6579
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx
index 31c0c86..0e95ea8 100644
--- a/vcl/source/window/msgbox.cxx
+++ b/vcl/source/window/msgbox.cxx
@@ -233,7 +233,7 @@ void MessBox::ImplPosControls()
long nMaxWidth = GetDesktopRectPixel().GetWidth()-8;
long nMaxLineWidth;
long nWidth;
- WinBits nWinStyle = WB_LEFT | WB_WORDBREAK | WB_NOLABEL;
+ WinBits nWinStyle = WB_LEFT | WB_NOLABEL;
sal_uInt16 nTextStyle = TEXT_DRAW_MULTILINE | TEXT_DRAW_TOP | TEXT_DRAW_LEFT;
delete mpVCLMultiLineEdit;
More information about the Libreoffice-commits
mailing list