summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:07:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:07:32 +0000
commitcd97ab2b74787003ccab8dbc181deb81fab83777 (patch)
tree6a822ed356134b51ea85ae0e8490657952d9cfe2
parentINTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED (diff)
downloadcore-cd97ab2b74787003ccab8dbc181deb81fab83777.tar.gz
core-cd97ab2b74787003ccab8dbc181deb81fab83777.zip
INTEGRATION: CWS geordi2q14 (1.8.72); FILE MERGED
2004/01/30 13:11:44 hr 1.8.72.1: #111934#: merge CWS ooo111fix2
-rw-r--r--odk/examples/cpp/DocumentLoader/DocumentLoader.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx b/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
index 6dd8b10f7de6..f3127e4cdd7a 100644
--- a/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
+++ b/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentLoader.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:52:06 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:07:32 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -70,11 +70,11 @@ using namespace com::sun::star::registry;
//============================================================================
int SAL_CALL main( int argc, char **argv )
{
- OUString sConnectionString(RTL_CONSTASCII_USTRINGPARAM("uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager"));
+ OUString sConnectionString(RTL_CONSTASCII_USTRINGPARAM("uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"));
if (argc < 2)
{
printf("using: DocumentLoader <file_url> [<uno_connection_url>]\n\n"
- "example: DocumentLoader \"file:///e:/temp/test.sxw\" \"uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager\"\n");
+ "example: DocumentLoader \"file:///e:/temp/test.sxw\" \"uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager\"\n");
exit(1);
}
if (argc == 3)