From 79e1f10909b23774b042cfc3cd03b46a0e6b6d84 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Tue, 9 Mar 2010 13:40:33 +0100 Subject: datapilotperf: 64-bit buildbot error --- sc/inc/dpglobal.hxx | 0 sc/source/core/data/dpglobal.cxx | 0 sc/source/core/data/dpobject.cxx | 0 sc/source/core/data/dpoutput.cxx | 0 sc/source/core/data/dpshttab.cxx | 0 sc/source/core/data/dptabdat.cxx | 0 sc/source/core/data/dptablecache.cxx | 2 +- sc/source/core/data/dptabres.cxx | 0 sc/source/core/data/dptabsrc.cxx | 0 sc/source/core/data/makefile.mk | 0 sc/source/core/data/scdpoutputimpl.hxx | 0 sc/source/ui/inc/fieldwnd.hxx | 0 sc/source/ui/unoobj/dapiuno.cxx | 0 sc/source/ui/view/dbfunc3.cxx | 0 14 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 sc/inc/dpglobal.hxx mode change 100644 => 100755 sc/source/core/data/dpglobal.cxx mode change 100644 => 100755 sc/source/core/data/dpobject.cxx mode change 100644 => 100755 sc/source/core/data/dpoutput.cxx mode change 100644 => 100755 sc/source/core/data/dpshttab.cxx mode change 100644 => 100755 sc/source/core/data/dptabdat.cxx mode change 100644 => 100755 sc/source/core/data/dptablecache.cxx mode change 100644 => 100755 sc/source/core/data/dptabres.cxx mode change 100644 => 100755 sc/source/core/data/dptabsrc.cxx mode change 100644 => 100755 sc/source/core/data/makefile.mk mode change 100644 => 100755 sc/source/core/data/scdpoutputimpl.hxx mode change 100644 => 100755 sc/source/ui/inc/fieldwnd.hxx mode change 100644 => 100755 sc/source/ui/unoobj/dapiuno.cxx mode change 100644 => 100755 sc/source/ui/view/dbfunc3.cxx (limited to 'sc') diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dpglobal.cxx b/sc/source/core/data/dpglobal.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dptabdat.cxx b/sc/source/core/data/dptabdat.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dptablecache.cxx b/sc/source/core/data/dptablecache.cxx old mode 100644 new mode 100755 index 3f604235609b..a9761295a6d4 --- a/sc/source/core/data/dptablecache.cxx +++ b/sc/source/core/data/dptablecache.cxx @@ -741,7 +741,7 @@ bool ScDPTableDataCache::ValidQuery( SCROW nRow, const ScQueryParam &rParam, BOO } else { - ::com::sun::star::uno::Sequence< long > xOff; + ::com::sun::star::uno::Sequence< sal_Int32 > xOff; String aCell( pTransliteration->transliterate( aCellStr, ScGlobal::eLnge, 0, aCellStr.Len(), &xOff ) ); diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx old mode 100644 new mode 100755 diff --git a/sc/source/core/data/makefile.mk b/sc/source/core/data/makefile.mk old mode 100644 new mode 100755 diff --git a/sc/source/core/data/scdpoutputimpl.hxx b/sc/source/core/data/scdpoutputimpl.hxx old mode 100644 new mode 100755 diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx old mode 100644 new mode 100755 diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx old mode 100644 new mode 100755 diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx old mode 100644 new mode 100755 -- cgit