summaryrefslogtreecommitdiff
path: root/test/source/sheet/xuniquecellformatrangessupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xuniquecellformatrangessupplier.cxx')
-rw-r--r--test/source/sheet/xuniquecellformatrangessupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xuniquecellformatrangessupplier.cxx b/test/source/sheet/xuniquecellformatrangessupplier.cxx
index 18d81eb2f8ee..14f4a29b8770 100644
--- a/test/source/sheet/xuniquecellformatrangessupplier.cxx
+++ b/test/source/sheet/xuniquecellformatrangessupplier.cxx
@@ -27,7 +27,7 @@ void XUniqueCellFormatRangesSupplier::testGetUniqueCellFormatRanges()
auto count = xIndexAccess->getCount();
CPPUNIT_ASSERT_MESSAGE("No elements found", count);
for (auto i = 0; i<count; i++) {
- CPPUNIT_ASSERT_NO_THROW_MESSAGE(OUStringToOString("Unable to access element " + OUString::number(i), RTL_TEXTENCODING_UTF8).getStr(),
+ CPPUNIT_ASSERT_NO_THROW_MESSAGE(OString("Unable to access element " + OString::number(i)).getStr(),
xIndexAccess->getByIndex(i));
}
}