Kaydet (Commit) 6c6adf5b authored tarafından Zolnai Tamás's avatar Zolnai Tamás

fdo#61794 Set maximum of LimitBox to SAL_MAX_INT64

Change-Id: I1744c7f8f1d6d27d3e62feb0cade1280fea331f1
üst e36a3f91
......@@ -37,9 +37,7 @@ LimitBox::LimitBox( Window* pParent, WinBits nStyle )
SetShowTrailingZeros( sal_False );
SetDecimalDigits( 0 );
SetMin( -1 );
///Use the maximum value of Int32
SetMax( 2147483647 );
SetMax( SAL_MAX_INT64 );
LoadDefaultLimits();
Size aSize(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment