diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-22 15:25:40 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-23 11:28:37 +0200 |
commit | 779b389116e7112c7ca29cb08e56cfcb043ecc4d (patch) | |
tree | f115cb8c0604710f34e66b19446a75237a585fb0 /forms/qa | |
parent | b9d82d2687e9e792dab2c4686c56f091e5494ee7 (diff) |
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
Diffstat (limited to 'forms/qa')
-rw-r--r-- | forms/qa/unoapi/knownissues.xcl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/qa/unoapi/knownissues.xcl b/forms/qa/unoapi/knownissues.xcl index a4bb19333bf5..66e02dc8d8c4 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 |