diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-22 22:47:26 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-22 22:47:26 +0100 |
commit | f39607df602883c20c8769a1a2e77bcba1f880d9 (patch) | |
tree | ca0c677a6829f74fdc42d1763e95f1c0e40e70f3 /toolkit/source/layout/vcl/wrapper.cxx | |
parent | 8c779305bca6b2ca4badadb1ed0c89dc092f287f (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs-gui 08
Diffstat (limited to 'toolkit/source/layout/vcl/wrapper.cxx')
-rw-r--r-- | toolkit/source/layout/vcl/wrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/layout/vcl/wrapper.cxx b/toolkit/source/layout/vcl/wrapper.cxx index 3acb946f7545..f06af5f3addc 100644 --- a/toolkit/source/layout/vcl/wrapper.cxx +++ b/toolkit/source/layout/vcl/wrapper.cxx @@ -81,7 +81,7 @@ public: uno::Reference< lang::XSingleServiceFactory > xFactory( comphelper::createProcessComponent( - OUString::createFromAscii( "com.sun.star.awt.Layout" ) ), + OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.Layout")) ), uno::UNO_QUERY ); if ( !xFactory.is() ) { |