summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-14 16:08:38 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-14 17:39:57 +0200
commitd805c470845c89a54bfc50ec7d75dfba670d8b21 (patch)
treeeeb1d2b964444f8a23fa5f0129edbf3e0d402848 /connectivity
parent53d27a30ce5f2c9f7d37a4089286116854c16215 (diff)
fdo#67546 handle unsigned 64 bit integers
Change-Id: I09453c73303076318b7105a778ff98695b0a3839
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/dbtools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index 1ea9b14bdc5d..8d24548df962 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -1594,6 +1594,7 @@ sal_Bool implSetObject( const Reference< XParameters >& _rxParameters,
sal_Bool bSuccessfullyReRouted = sal_True;
switch (_rValue.getValueTypeClass())
{
+ case TypeClass_UNSIGNED_HYPER:
case TypeClass_HYPER:
{
sal_Int64 nValue = 0;