diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-02-19 15:25:09 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-02-19 15:25:09 +0000 |
commit | ff512a779f18c13a7603a776031828a9448fc915 (patch) | |
tree | d3a88454a1bcf6306affb123714957cd0100f157 | |
parent | 7676ca6ed62a5cc03b7c42bf3f8d612e141925eb (diff) |
Removed incorrect comment
-rwxr-xr-x | scripting/source/storage/ScriptSecurityManager.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripting/source/storage/ScriptSecurityManager.cxx b/scripting/source/storage/ScriptSecurityManager.cxx index 57c174dabeee..c8c5df7894e5 100755 --- a/scripting/source/storage/ScriptSecurityManager.cxx +++ b/scripting/source/storage/ScriptSecurityManager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ScriptSecurityManager.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: dfoster $ $Date: 2003-02-13 18:07:21 $ + * last change: $Author: dfoster $ $Date: 2003-02-19 16:25:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,7 +206,6 @@ void ScriptSecurityManager::addScriptStorage( rtl::OUString url, { newPerm.execPermission=sal_True; } - /* this might be better (result ==3) */ if ( result&2 == 2 ) { /* if checkbox clicked then need to add path to registry*/ |