summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-27 14:26:32 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-27 14:29:11 +0100
commit6c6adf5b46ce52b6d1ada11c0ddc03cedb675e88 (patch)
treecfcb9d17497d05a58d649e5d6499d1f4754c8894 /dbaccess
parente36a3f91ce6d31502d2adf5899d601b161172d00 (diff)
fdo#61794 Set maximum of LimitBox to SAL_MAX_INT64
Change-Id: I1744c7f8f1d6d27d3e62feb0cade1280fea331f1
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/LimitBox.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/LimitBox.cxx b/dbaccess/source/ui/querydesign/LimitBox.cxx
index 3a25f40790ec..9556f814d8ed 100644
--- a/dbaccess/source/ui/querydesign/LimitBox.cxx
+++ b/dbaccess/source/ui/querydesign/LimitBox.cxx
@@ -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(