Re: [Libreoffice] [REVIEW] fdo#40701 Base crashes when "Find Record" button is clicked

2011-09-11 Thread Lionel Elie Mamane
On Mon, Sep 12, 2011 at 01:50:29AM +0200, Lionel Elie Mamane wrote: > On Mon, Sep 12, 2011 at 01:07:53AM +0200, Eike Rathke wrote: >> On Monday, 2011-09-12 00:25:51 +0200, Lionel Elie Mamane wrote: >>> 0001-fdo-40701-DbGridControl-RemoveColumn-even-if-no-corr.patch >>> fixes the root cause of the

Re: [Libreoffice] [REVIEW] fdo#40701 Base crashes when "Find Record" button is clicked

2011-09-11 Thread Lionel Elie Mamane
On Mon, Sep 12, 2011 at 01:07:53AM +0200, Eike Rathke wrote: > On Monday, 2011-09-12 00:25:51 +0200, Lionel Elie Mamane wrote: >> 0001-fdo-40701-DbGridControl-RemoveColumn-even-if-no-corr.patch >> fixes the root cause of the bug, which caused >> void DbGridControl::EnableHandle(sal_Bool bEnable) >

Re: [Libreoffice] [REVIEW] fdo#40701 Base crashes when "Find Record" button is clicked

2011-09-11 Thread Eike Rathke
Hi Lionel, On Monday, 2011-09-12 00:25:51 +0200, Lionel Elie Mamane wrote: > 0001-fdo-40701-DbGridControl-RemoveColumn-even-if-no-corr.patch > fixes the root cause of the bug, which caused > void DbGridControl::EnableHandle(sal_Bool bEnable) > { > RemoveColumn(0); > m_bHandle = bEnable; >

[Libreoffice] [REVIEW] fdo#40701 Base crashes when "Find Record" button is clicked

2011-09-11 Thread Lionel Elie Mamane
The attached patches are backport to 3.4 of my master commits b71d12fbfdd4aad0b576645a0d7bbf71d1da7a3a 0ef7ce4a234c6649dcca219b96185acb7634fe34 1b6310433280ae4e8439dcbf17dfa763bf2826cc They are related to fdo#40701. 0001-fdo-40701-DbGridControl-RemoveColumn-even-if-no-corr.patch fixes the root ca