[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Mon Nov 4 15:40:55 CET 2013
vcl/source/window/layout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6ad8972d4b698617404e53d63f178e34b2d5358a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 4 14:39:46 2013 +0000
Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK set
and inherits from Edit which reuses that same bit for password
Change-Id: Ice27caecfd82e2dd7b000474f37b601fd4628766
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 34bf83a..5c0264a 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -2043,7 +2043,7 @@ short MessageDialog::Execute()
m_pImage->set_valign(VCL_ALIGN_START);
m_pImage->Show();
- WinBits nWinStyle = WB_CLIPCHILDREN | WB_LEFT | WB_VCENTER | WB_WORDBREAK | WB_NOLABEL | WB_NOTABSTOP;
+ WinBits nWinStyle = WB_CLIPCHILDREN | WB_LEFT | WB_VCENTER | WB_NOLABEL | WB_NOTABSTOP;
bool bHasSecondaryText = !m_sSecondaryString.isEmpty();
More information about the Libreoffice-commits
mailing list