summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-22 15:25:40 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-23 11:28:37 +0200
commit19ed36590e990b5281da9c54bd962031bd56ae82 (patch)
tree04653b95e32e4a55bb337cb44b1e90f6b4f9b27d
parenteb4924054ecb090c12e3ba6d9be80663f634abe9 (diff)
fdo#35728: fix GridControl crashfeature/calc-multiline-input
* 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
-rw-r--r--forms/qa/unoapi/knownissues.xcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/qa/unoapi/knownissues.xcl b/forms/qa/unoapi/knownissues.xcl
index a4bb19333..66e02dc8d 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