diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 14:29:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 14:29:19 +0000 |
commit | c02c18a5913094f0aa98790a1438cc5635097812 (patch) | |
tree | dca96cb670a332f76c0fc60506acff0bef7a4bc9 /scripting | |
parent | 993194810e5e4a8c161ac1f55384293d3d77b3d9 (diff) |
INTEGRATION: CWS scriptingf10 (1.6.12); FILE MERGED
2005/01/06 10:56:35 toconnor 1.6.12.1: #i39330# beanshell editor should prompt to save before closing
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java index 1b3a6c92233b..afb578ef25f0 100644 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java @@ -2,9 +2,9 @@ * * $RCSfile: ScriptSourceModel.java,v $ * -* $Revision: 1.6 $ +* $Revision: 1.7 $ * -* last change: $Author: rt $ $Date: 2004-11-15 15:57:11 $ +* last change: $Author: rt $ $Date: 2005-01-27 15:29:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,10 +122,6 @@ public class ScriptSourceModel { this.view = view; } - public boolean isModified() { - return false; - } - public Object execute(final XScriptContext context, ClassLoader cl ) throws Exception { |