From d1cb302bc47b553ac2f6e126f19ea75f69564f18 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Wed, 14 Aug 2013 16:08:38 +0200 Subject: fdo#67546 handle unsigned 64 bit integers Change-Id: I09453c73303076318b7105a778ff98695b0a3839 Reviewed-on: https://gerrit.libreoffice.org/5418 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- connectivity/source/commontools/dbtools.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'connectivity/source') diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index c80fb1f46295..040e538227f0 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; -- cgit v1.2.3