summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-19 11:27:29 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2020-02-24 12:32:49 +0100
commit1c75d4df766098b51221ad20f9f569aff87d1b1b (patch)
tree71c7ee690f4d40a631e30da1953372e4c1134485 /include
parent663bcc96fcb129b73d3be02cde27a3d2bc613471 (diff)
Resolves: tdf#130762 honour "wrap" in FormattedField
Change-Id: Iefd9a537aa358eab179cf6f0eeb6f80a9a77284a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89011 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 20c08e47f7c156a4726194215b389f4d0b165904) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88953 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/fmtfield.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/fmtfield.hxx b/include/vcl/fmtfield.hxx
index c2c3bb7d619b..f8e5e210416e 100644
--- a/include/vcl/fmtfield.hxx
+++ b/include/vcl/fmtfield.hxx
@@ -65,6 +65,7 @@ protected:
bool m_bHasMin : 1;
bool m_bHasMax : 1;
+ bool m_bWrapOnLimits : 1;
bool m_bStrictFormat : 1;
bool m_bEnableEmptyField : 1;