[Libreoffice-commits] .: forms/qa

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Mon May 23 02:31:31 PDT 2011


 forms/qa/unoapi/knownissues.xcl |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 19ed36590e990b5281da9c54bd962031bd56ae82
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sun May 22 15:25:40 2011 +0200

    fdo#35728: fix GridControl crash
    
     * various forms.OGridControlModel tests segfaulted
     * root cause is the migration to stl containers in DbGridControl
     * the old tools container returned the removed pointer or NULL causing no failure
     * a signed int was used as index while the functions returned a unsigned int
     * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range

diff --git a/forms/qa/unoapi/knownissues.xcl b/forms/qa/unoapi/knownissues.xcl
index a4bb193..66e02dc 100644
--- a/forms/qa/unoapi/knownissues.xcl
+++ b/forms/qa/unoapi/knownissues.xcl
@@ -129,9 +129,3 @@ forms.OGridControlModel::com::sun::star::view::XSelectionSupplier
 
 ### i111333 ###
 forms.OImageControlControl::com::sun::star::awt::XControl
-
-### fd#35728 ###
-forms.OGridControlModel::com::sun::star::form::component::GridControl
-forms.OGridControlModel::com::sun::star::beans::XMultiPropertySet
-forms.OGridControlModel::com::sun::star::beans::XPropertySet
-forms.OGridControlModel::com::sun::star::beans::XFastPropertySet


More information about the Libreoffice-commits mailing list