summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoobjw.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-04 01:24:20 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-04 01:39:25 +0300
commit340c546eca893a9d306e0a03b78c7f0341af8044 (patch)
tree78e526ff23487cd67c918ebd8b1be8b49bf68cba /extensions/source/ole/unoobjw.cxx
parent3c8bee809d248ef1fd39ebeae68de84ce70d358a (diff)
WaE: use number() instead of valueOf()
Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7
Diffstat (limited to 'extensions/source/ole/unoobjw.cxx')
-rw-r--r--extensions/source/ole/unoobjw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 0bed03e4d59b..bac14b01674a 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -392,7 +392,7 @@ void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id,
throw BridgeRuntimeError(
"[automation bridge] Could not determine "
"if the object has a member \"0\". Error: " +
- OUString::valueOf(hr));
+ OUString::number(hr));
}
}
}