summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pcrcommon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/pcrcommon.cxx')
-rw-r--r--extensions/source/propctrlr/pcrcommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/pcrcommon.cxx b/extensions/source/propctrlr/pcrcommon.cxx
index 6dbfae996320..cc47c64515fa 100644
--- a/extensions/source/propctrlr/pcrcommon.cxx
+++ b/extensions/source/propctrlr/pcrcommon.cxx
@@ -53,7 +53,7 @@ namespace pcr
INetURLObject aHID( aTmp );
if ( aHID.GetProtocol() == INetProtocol::NotValid )
aBuffer.append( INET_HID_SCHEME );
- aBuffer.append( aTmp.getStr() );
+ aBuffer.append( aTmp );
return aBuffer.makeStringAndClear();
}