From d9cd3dc9aa0424753c5ed277baa76d15511fef77 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 24 Feb 2014 21:05:01 -0600 Subject: connectivity: harmonize types relatated to Tell()/Seek() Change-Id: I032f6d32b151203e62b23bffaf25dbc4aeb5ae8a Reviewed-on: https://gerrit.libreoffice.org/8217 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- connectivity/source/inc/dbase/DTable.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source/inc') diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 2a00c518b183..be5f6917bf74 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -100,9 +100,9 @@ namespace connectivity sal_Bool CreateMemoFile(const INetURLObject& aFile); sal_Bool HasMemoFields() const { return m_aHeader.db_typ > dBaseIV;} sal_Bool ReadMemoHeader(); - sal_Bool ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable); + sal_Bool ReadMemo(sal_Size nBlockNo, ORowSetValue& aVariable); - sal_Bool WriteMemo(const ORowSetValue& aVariable, sal_uIntPtr& rBlockNr); + sal_Bool WriteMemo(const ORowSetValue& aVariable, sal_Size& rBlockNr); sal_Bool WriteBuffer(); sal_Bool UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols, bool bForceAllFields); ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> isUniqueByColumnName(sal_Int32 _nColumnPos); -- cgit