diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-23 19:50:59 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-23 19:50:59 +0100 |
commit | 089f03d72c4a2d69002c184854a244c84927b6ec (patch) | |
tree | 18ceca8db43672d041059f9178d77a01ffd303d5 /sax/test | |
parent | 1df8ba50d7eaa05b9f10ffab18196a85d5faf5c8 (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs-gui 15
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/saxdemo.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 28799f780dde..2c145b999683 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -521,8 +521,7 @@ int main (int argc, char **argv) try { // Load dll for the tested component - OUString aDllName = - OUString::createFromAscii( "sax.uno" SAL_DLLEXTENSION ); + OUString aDllName(RTL_CONSTASCII_USTRINGPARAM( "sax.uno" SAL_DLLEXTENSION )); xReg->registerImplementation( OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.loader.SharedLibrary")), aDllName, |