Author: jsc
Date: Thu Jun 27 13:18:54 2013
New Revision: 1497343

URL: http://svn.apache.org/r1497343
Log:
#122482# adapt cmd help to reflect removed 3layer

Modified:
    openoffice/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx

Modified: 
openoffice/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx?rev=1497343&r1=1497342&r2=1497343&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx 
(original)
+++ openoffice/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx 
Thu Jun 27 13:18:54 2013
@@ -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)


Reply via email to