diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing')
-rw-r--r-- | odk/examples/DevelopersGuide/Drawing/LayerDemo.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java index c6e3ffceb68f..b5f2ecf11a84 100644 --- a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java @@ -2,9 +2,9 @@ * * $RCSfile: LayerDemo.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:24:01 $ + * last change: $Author: hr $ $Date: 2004-02-02 19:55:22 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -83,7 +83,7 @@ public class LayerDemo 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 ); |