summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridge.cxx')
-rw-r--r--binaryurp/source/bridge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index 31fc3421d3e5..cb69b0c09859 100644
--- a/binaryurp/source/bridge.cxx
+++ b/binaryurp/source/bridge.cxx
@@ -907,7 +907,7 @@ OUString Bridge::getName() throw (css::uno::RuntimeException) {
OUString Bridge::getDescription() throw (css::uno::RuntimeException) {
OUStringBuffer b(name_);
- b.append(sal_Unicode(':'));
+ b.append(':');
b.append(connection_->getDescription());
return b.makeStringAndClear();
}