summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-25 15:01:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-25 17:20:31 +0100
commitd61fc0b8946eba921d6b9c6d5fcd76fca83c85d7 (patch)
treecb165531577688522f1ff97e7c9f83a09cf7a080 /include/vcl/field.hxx
parente1a5ae3975dfa42003772f8afd98dde387d82653 (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.hxx1
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.