summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2013-06-27 13:18:54 +0000
committerJürgen Schmidt <jsc@apache.org>2013-06-27 13:18:54 +0000
commite12dc2fe3e556f9554700362eac39bc04c710864 (patch)
tree9a966cf9ddb47c8233225a328f7a51760144a932 /odk
parent00fca2ceeb6338462a5022587bc18b57f768e877 (diff)
#122482# adapt cmd help to reflect removed 3layer
Notes
Notes: prefer: a66f9903bba9dc7eeff6683ebddcd34d4ad70068
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/cpp/DocumentLoader/DocumentLoader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx b/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
index 604bc65fa638..3ccfe6da0f8d 100644
--- a/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
+++ b/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
@@ -67,7 +67,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if (nCount < 1)
{
printf("using: DocumentLoader -env:URE_MORE_TYPES=<office_types_rdb_url> <file_url> [<uno_connection_url>]\n\n"
- "example: DocumentLoader -env:URE_MORE_TYPES=\"file:///.../basis-link/program/offapi.rdb\" \"file:///e:/temp/test.odt\" \"uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager\"\n");
+ "example: DocumentLoader -env:URE_MORE_TYPES=\"file:///.../OpenOffice%204/program/types.rdb\" \"file:///e:/temp/test.odt\" \"uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager\"\n");
exit(1);
}
if (nCount == 2)