summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
commitab1751a151512e5e56f6641a639124a618028bd9 (patch)
tree4b5c11a865bd645ff6dd1a7f268fc3333ca965dd /store
parent3a18c3d97abfb60a09cc6a8bd5dd163fe2cfafa3 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 2
Diffstat (limited to 'store')
-rw-r--r--store/workben/t_store.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx
index 39c2f6ed9750..0d05a4d05436 100644
--- a/store/workben/t_store.cxx
+++ b/store/workben/t_store.cxx
@@ -370,7 +370,7 @@ int SAL_CALL main (int argc, char **argv)
{
OUString aName (RTL_CONSTASCII_USTRINGPARAM("demostor-"));
aName += OUString::valueOf ((sal_Int32)(i + 1), 10);
- aName += OUString::createFromAscii (".dat");
+ aName += OUString(RTL_CONSTASCII_USTRINGPARAM (".dat"));
#if (_DEMOSTOR_REMOVE == 1)
eErrCode = aFile.remove (aPath, aName);