diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-25 15:01:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-25 17:20:31 +0100 |
commit | d61fc0b8946eba921d6b9c6d5fcd76fca83c85d7 (patch) | |
tree | cb165531577688522f1ff97e7c9f83a09cf7a080 /include/vcl/field.hxx | |
parent | e1a5ae3975dfa42003772f8afd98dde387d82653 (diff) |
Related: fdo#83010 implement wrapping on reaching NumericFormatter limits
Change-Id: Ia88671cb71a0bcf8cb55ae0d88625b0f28092615
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r-- | include/vcl/field.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index 546b1c9704ab..35648a839639 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -154,6 +154,7 @@ protected: sal_uInt16 mnDecimalDigits; bool mbThousandSep; bool mbShowTrailingZeros; + bool mbWrapOnLimits; // the members below are used in all derivatives of NumericFormatter // not in NumericFormatter itself. |