need getStr here as well

This commit is contained in:
Caolán McNamara 2011-10-05 13:19:25 +01:00
parent 2d5ce4cfcc
commit b1e0e4297d

View file

@ -114,7 +114,7 @@ ContentProvider::queryContent(
#ifdef DEBUG
g_warning ("QueryContent: '%s'",
(const sal_Char *)rtl::OUStringToOString
(Identifier->getContentIdentifier(), RTL_TEXTENCODING_UTF8));
(Identifier->getContentIdentifier(), RTL_TEXTENCODING_UTF8).getStr() );
#endif
osl::MutexGuard aGuard( m_aMutex );