diff options
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. |