Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-20 Thread Alex Thurgood
Le 19/01/2012 23:51, Stephan Bergmann a écrit : Hi Stephan, On 01/19/2012 11:19 PM, Alex Thurgood wrote: In file included from /home/alex/LODEV/core/tools/source/stream/strmsys.cxx:33:0: /home/alex/LODEV/core/tools/source/stream/strmunx.cxx: In static member function ‘static sal_Bool

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-19 Thread Michael Meeks
On Thu, 2012-01-19 at 11:10 +0100, Stephan Bergmann wrote: --- a/connectivity/source/drivers/dbase/DTable.cxx ... (*m_pFileStream) cTyp; if ( nDbaseType == VisualFoxPro ) -(*m_pFileStream) (nRecLength-1); +(*m_pFileStream)

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-19 Thread Stephan Bergmann
On 01/19/2012 01:50 PM, Michael Meeks wrote: nRecLength is a sal_uInt16 - so subtracting one turns it into an int ? sure it does if so please do fix that up. done -- hopefully this *is* right now (hard to tell from the code); see https://bugs.freedesktop.org/show_bug.cgi?id=39428#c4 and

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-19 Thread Michael Meeks
On Thu, 2012-01-19 at 20:58 +0100, Stephan Bergmann wrote: sure it does Ah ! fair cop; thanks for fixing that. I fixed a dozen other places and now it builds for me again :-) hopefully the tinderboxen will recover too. ATB, Michael. -- michael.me...@suse.com

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-19 Thread Alex Thurgood
Le 19/01/2012 11:10, Stephan Bergmann a écrit : Hi Stephan, Don't know whether it is linked, but I get a build faliure on Oneiric with the latest pull : In file included from /home/alex/LODEV/core/tools/source/stream/strmsys.cxx:33:0: /home/alex/LODEV/core/tools/source/stream/strmunx.cxx:

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source WaE: fix misc. SvStream operator problems.

2012-01-19 Thread Stephan Bergmann
On 01/19/2012 11:19 PM, Alex Thurgood wrote: In file included from /home/alex/LODEV/core/tools/source/stream/strmsys.cxx:33:0: /home/alex/LODEV/core/tools/source/stream/strmunx.cxx: In static member function ‘static sal_Bool InternalStreamLock::LockFile(sal_Size, sal_Size, SvFileStream*)’: