From d61fc0b8946eba921d6b9c6d5fcd76fca83c85d7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Sep 2014 15:01:41 +0100 Subject: Related: fdo#83010 implement wrapping on reaching NumericFormatter limits Change-Id: Ia88671cb71a0bcf8cb55ae0d88625b0f28092615 --- include/vcl/field.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl') 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. -- cgit