summaryrefslogtreecommitdiff
path: root/ucb/workben/cachemap/cachemaptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/workben/cachemap/cachemaptest.cxx')
-rw-r--r--ucb/workben/cachemap/cachemaptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/workben/cachemap/cachemaptest.cxx b/ucb/workben/cachemap/cachemaptest.cxx
index 477be2673568..336e8ae5dfeb 100644
--- a/ucb/workben/cachemap/cachemaptest.cxx
+++ b/ucb/workben/cachemap/cachemaptest.cxx
@@ -44,7 +44,7 @@ template< typename Cont, typename ContRef, typename Obj >
sal_uInt32 test(Obj *)
{
ContRef xCont(new Cont);
- rtl::OUString aPrefix(RTL_CONSTASCII_USTRINGPARAM("key"));
+ rtl::OUString aPrefix("key");
sal_uInt32 nTimer = osl_getGlobalTimer();
for (int i = 0; i < 100000; i += 5)
{