summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2003-10-15 07:31:40 +0000
committerNoel Power <npower@openoffice.org>2003-10-15 07:31:40 +0000
commit690c84cb8b109199a028d7f3b8992ef68da96a6f (patch)
tree046dc0a69eedf74c8443d95209a32209c017caa6 /scripting
parentb9d5ddf8f1e4e55246dce9d8349c74d63a8e676f (diff)
#i21209#
Removing calls to create new security setting when a document is opened ( or script executed ) and also calls to check permissions.
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/storage/ScriptStorageManager.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/scripting/source/storage/ScriptStorageManager.cxx b/scripting/source/storage/ScriptStorageManager.cxx
index 8fed6345b45e..26bb5a204252 100644
--- a/scripting/source/storage/ScriptStorageManager.cxx
+++ b/scripting/source/storage/ScriptStorageManager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptStorageManager.cxx,v $
*
-* $Revision: 1.28 $
+* $Revision: 1.29 $
*
-* last change: $Author: npower $ $Date: 2003-08-19 09:50:57 $
+* last change: $Author: npower $ $Date: 2003-10-15 08:31:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,7 +299,10 @@ throw ( RuntimeException )
RTL_TEXTENCODING_ASCII_US ).pData->buffer );
}
- if( displayDialog )
+// np - removed previous scripting framework security handling
+// now handled by modification to existing calls in sfx for basic
+//
+/* if( displayDialog )
{
try
{
@@ -320,7 +323,7 @@ throw ( RuntimeException )
OSL_TRACE("No need to security mgr for %s",
::rtl::OUStringToOString( stringURI,
RTL_TEXTENCODING_ASCII_US ).pData->buffer );
- }
+ }*/
return returnedID;
}