summaryrefslogtreecommitdiff
path: root/filter/qa/cppunit/priority-test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/qa/cppunit/priority-test.cxx')
-rw-r--r--filter/qa/cppunit/priority-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/qa/cppunit/priority-test.cxx b/filter/qa/cppunit/priority-test.cxx
index cc2bf2b28ead..88b232684ecf 100644
--- a/filter/qa/cppunit/priority-test.cxx
+++ b/filter/qa/cppunit/priority-test.cxx
@@ -69,7 +69,7 @@ void PriorityFilterTest::testPriority()
aMsg.append("' should be '");
aMsg.append(aFormatCorrect);
aMsg.append("'");
- CPPUNIT_ASSERT_EQUAL_MESSAGE(rtl::OUStringToOString(aMsg.makeStringAndClear(),
+ CPPUNIT_ASSERT_EQUAL_MESSAGE(OUStringToOString(aMsg.makeStringAndClear(),
RTL_TEXTENCODING_UTF8).getStr(),
aFormatCorrect, aTypeName);
}
@@ -79,7 +79,7 @@ void PriorityFilterTest::testPriority()
aMsg.append("'");
aMsg.append(e.Message);
aMsg.append("'");
- CPPUNIT_FAIL(rtl::OUStringToOString(aMsg.makeStringAndClear(),
+ CPPUNIT_FAIL(OUStringToOString(aMsg.makeStringAndClear(),
RTL_TEXTENCODING_UTF8).getStr());
}
}