diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-19 11:27:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-19 15:02:37 +0100 |
commit | 20c08e47f7c156a4726194215b389f4d0b165904 (patch) | |
tree | b4bb4fab95107a8170e97e17174f9afa52c824b2 /include | |
parent | c530c1b3e01015f551dd6737ef2dc0e661458310 (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fmtfield.hxx | 1 |
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; |