mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
This commit is contained in:
@@ -77,7 +77,7 @@ void Coverage::test_failed()
|
||||
void Coverage::test_success()
|
||||
{
|
||||
m_nb_tests_ok += 1;
|
||||
fprintf(stderr,"%s,PASS\n", rtl::OUStringToOString( m_sCurrentTest, RTL_TEXTENCODING_UTF8 ).getStr() );
|
||||
fprintf(stderr,"%s,PASS\n", OUStringToOString( m_sCurrentTest, RTL_TEXTENCODING_UTF8 ).getStr() );
|
||||
}
|
||||
|
||||
void Coverage::run_test(OUString sFileURL)
|
||||
|
Reference in New Issue
Block a user