summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 09:10:56 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 09:10:56 +0100
commit7ccc9aaef5c992f7baa7b0c547e3f3a2c06056fe (patch)
tree3b6b1e202e7ace21d826587664284d0ec99406ad /odk/examples/DevelopersGuide/ProfUNO
parent6fdcddfa77a32f324e5b67d3bf71d54cf88f7a54 (diff)
RTL_CONSTASCII_USTRINGPARAM in sdk 1
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
index 9b476874ce26..e24ff2de8fa1 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
@@ -61,7 +61,7 @@ SAL_IMPLEMENT_MAIN()
// instantiate a sample service with the servicemanager.
Reference< XInterface > rInstance =
rServiceManager->createInstanceWithContext(
- OUString::createFromAscii("com.sun.star.bridge.UnoUrlResolver" ),
+ OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.UnoUrlResolver")),
rComponentContext );
// Query for the XUnoUrlResolver interface