summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-05 13:54:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-05 13:55:03 +0100
commitb04d2681c2da887c8637d71032023745f10156cb (patch)
tree082cca76df9af42a4981a4924e67337af2ae8ae5 /ucb
parentbcb1c850339c70a841e9a3a9b6eb68d1e031adb1 (diff)
use getStr now after the cast operator change
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 2966cfe8ab76..e787f3732799 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -560,8 +560,8 @@ rtl::OUString Content::getParentURL()
#ifdef DEBUG
g_warning ("getParentURL '%s' -> '%s'",
- getURI(), (const sal_Char *) rtl::OUStringToOString
- ( aParentURL, RTL_TEXTENCODING_UTF8 ) );
+ getURI(), rtl::OUStringToOString
+ ( aParentURL, RTL_TEXTENCODING_UTF8 ).getStr() );
#endif
return aParentURL;