need getStr here as well
This commit is contained in:
parent
2d5ce4cfcc
commit
b1e0e4297d
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue