summaryrefslogtreecommitdiff
path: root/test/source/sheet/xfunctiondescriptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xfunctiondescriptions.cxx')
-rw-r--r--test/source/sheet/xfunctiondescriptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xfunctiondescriptions.cxx b/test/source/sheet/xfunctiondescriptions.cxx
index fb3820590586..5c53b52971ac 100644
--- a/test/source/sheet/xfunctiondescriptions.cxx
+++ b/test/source/sheet/xfunctiondescriptions.cxx
@@ -55,7 +55,7 @@ void XFunctionDescriptions::testGetById()
OUString aName2;
uno::Sequence<beans::PropertyValue> aProps2 = xFD->getById(aId1);
CPPUNIT_ASSERT_MESSAGE("Received empty FunctionDescriptions from getById()",
- aProps2.getLength());
+ aProps2.hasElements());
for (const auto& aProp : aProps2)
{
if (aProp.Name == "Id")