[Libreoffice-commits] .: ucb/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Oct 5 05:39:13 PDT 2011
ucb/source/ucp/gvfs/gvfs_provider.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b1e0e4297deabdef72ca84478f1b8117691de1ba
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Oct 5 13:19:25 2011 +0100
need getStr here as well
diff --git a/ucb/source/ucp/gvfs/gvfs_provider.cxx b/ucb/source/ucp/gvfs/gvfs_provider.cxx
index caa30ac..ecd143f 100644
--- a/ucb/source/ucp/gvfs/gvfs_provider.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_provider.cxx
@@ -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 );
More information about the Libreoffice-commits
mailing list