[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - connectivity/source
Lionel Elie Mamane
lionel at mamane.lu
Wed Aug 14 14:51:31 PDT 2013
connectivity/source/commontools/dbtools.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d1cb302bc47b553ac2f6e126f19ea75f69564f18
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Wed Aug 14 16:08:38 2013 +0200
fdo#67546 handle unsigned 64 bit integers
Change-Id: I09453c73303076318b7105a778ff98695b0a3839
Reviewed-on: https://gerrit.libreoffice.org/5418
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index c80fb1f..040e538 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;
More information about the Libreoffice-commits
mailing list