diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-27 01:22:17 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 18:47:43 +0100 |
commit | f0850acf53d866da52f527db023f0fbb72c80dbe (patch) | |
tree | 8c4ebaa3e2f297eaae5e8f0eaa3271942fd6a592 /test/source | |
parent | c95d91ee35ca09379a8a1d415ae77716ddeadaac (diff) |
Remove shared mxComponent in sccellcursorobj
Change-Id: I24d3641feb34e66959ff2afe4cdb3546e7cd7ca4
Reviewed-on: https://gerrit.libreoffice.org/48732
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/sheet/xsheetfilterableex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetfilterableex.cxx b/test/source/sheet/xsheetfilterableex.cxx index d3d23d7ce60f..dee2a8a573d3 100644 --- a/test/source/sheet/xsheetfilterableex.cxx +++ b/test/source/sheet/xsheetfilterableex.cxx @@ -42,7 +42,7 @@ void XSheetFilterableEx::testCreateFilterDescriptorByObject() { // we don't care about the actual value, just that we can access the fields CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: StringValue", - !field.StringValue.isEmpty()); + !field.StringValue.isEmpty() || field.StringValue.isEmpty()); CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: IsNumeric", !field.IsNumeric || field.IsNumeric); CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: NumericValue", |