diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-12-07 16:42:51 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-12-07 16:42:51 +0000 |
commit | 602c0aa0441e47980b25f0a125952bd32dcb85cc (patch) | |
tree | 0f84ed7a6347c4344f45031c394c8b42a56f3090 /wizards/source/formwizard/tools.xba | |
parent | 89ad2f29f0b68fc9f8fe15b214191b9dbe7cd723 (diff) |
#95287# SetNumerics Routine improved (DecimalAccuracy thrown out
Diffstat (limited to 'wizards/source/formwizard/tools.xba')
-rw-r--r-- | wizards/source/formwizard/tools.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/tools.xba b/wizards/source/formwizard/tools.xba index 69ab293c5f08..ea108845e496 100644 --- a/wizards/source/formwizard/tools.xba +++ b/wizards/source/formwizard/tools.xba @@ -173,7 +173,7 @@ Function SetNumerics(ByVal oLocObject as Object, iLocFieldType as Integer) as Ob Case com.sun.star.sdbc.DataType.BIGINT oLocObOject.EffectiveMax = 2147483647 * 2147483647 oLocbject.EffectiveMin = -(-2147483648 * -2147483648) - oLocObject.DecimalAccuracy = 0 +' oLocObject.DecimalAccuracy = 0 Case com.sun.star.sdbc.DataType.INTEGER oLocObject.EffectiveMax = 2147483647 oLocObject.EffectiveMin = -2147483648 |