diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java')
-rw-r--r-- | odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java index e116a97a7379..7f27bfd749f5 100644 --- a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java @@ -2,9 +2,9 @@ * * $RCSfile: FillAndLineStyleDemo.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:23:13 $ + * last change: $Author: hr $ $Date: 2004-02-02 19:54:16 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -78,7 +78,7 @@ public class FillAndLineStyleDemo if ( args.length >= 1 ) sConnection = args[ 1 ]; else - sConnection = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager"; + sConnection = "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"; XMultiServiceFactory xServiceFactory = Helper.connect( sConnection ); |