summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 10:12:01 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 10:12:01 +0000
commitf87c1e05b9eafa4c42a10ab365959fc66d85a7cf (patch)
tree20a00e3c802432f03cf1b302e48428c07e00d34f /sj2
parent7c8c2666f527415ffe6a8f9ca5800a117331fd17 (diff)
INTEGRATION: CWS fwkpostbeta04 (1.4.130); FILE MERGED
2005/02/22 14:07:48 jl 1.4.130.2: #i43107# remove unused code 2005/02/22 12:53:36 jl 1.4.130.1: #i43107# remove unused code
Diffstat (limited to 'sj2')
-rw-r--r--sj2/stardiv/controller/SjSettings.java13
1 files changed, 4 insertions, 9 deletions
diff --git a/sj2/stardiv/controller/SjSettings.java b/sj2/stardiv/controller/SjSettings.java
index c4eb1f6e5eec..c2e0e97cfad6 100644
--- a/sj2/stardiv/controller/SjSettings.java
+++ b/sj2/stardiv/controller/SjSettings.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SjSettings.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-11-22 13:50:27 $
+ * last change: $Author: obo $ $Date: 2005-03-18 11:12:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,9 +91,6 @@ public class SjSettings {
* if a SecurityManager is installed. The default is "false".<BR>
* if you are running more than one java application in the virtual machine. This occures
* only in the first call.<BR>
- * "stardiv.controller.installConsole"="true" | "false": pipe the stdout and stderr
- * through a console. Show the console with stardiv.controller.Console.showConsole( true ).
- * This occures only in the first call.<BR>
* "stardiv.js.debugOnError"="true" | "false": Start the javascript ide, if an error
* occures. The default is "false".<BR>
* "stardiv.js.debugImmediate"="true" | "false": Start the javascript ide, if a script
@@ -173,8 +170,6 @@ public class SjSettings {
props.put("path.separator.applet", "true");
props.put("line.separator.applet", "true");
- // das appletresourceprotokol
- props.put("java.protocol.handler.pkgs", "stardiv.net.protocol");
}
// put new and changed properties to the property table
@@ -200,8 +195,8 @@ public class SjSettings {
if (System.getSecurityManager() == null)
System.setSecurityManager(new SandboxSecurity(bNoExit));
- if( Boolean.getBoolean("stardiv.controller.installConsole") )
- Console.installConsole();
+// if( Boolean.getBoolean("stardiv.controller.installConsole") )
+// Console.installConsole();
}
}