diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 18:54:29 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 18:54:29 +0100 |
commit | 2d8048e56bb3c630b6e39486683d5b08db510948 (patch) | |
tree | 86d7da3fd30e80b2c692a8d3a7ce8b6a2e06bab3 /store/workben | |
parent | 8b9849322b31f40e05e39475b39af616c71b1086 (diff) |
RTL_CONSTASCII_USTRINGPARAM in ure 2
Diffstat (limited to 'store/workben')
-rw-r--r-- | store/workben/t_store.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx index 3b67bb199..3e863be55 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); |