diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-01-31 14:14:54 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-01-31 14:14:54 +0000 |
commit | 5ca46cab5f57f818d4f58e2a41cf3620690ca5d1 (patch) | |
tree | 4aeb9949ab00de45afeafbf20d4d33a7d2ea3356 /scripting/source/storage/ScriptSecurityManager.hxx | |
parent | 22d659d34b50f9e85685f6cd4f83a96c627c8552 (diff) |
Fixed some problems: (1) incorrect data type bool!=sal_Bool
(2)Must clear the url from the vector is it already exists.
Diffstat (limited to 'scripting/source/storage/ScriptSecurityManager.hxx')
-rwxr-xr-x | scripting/source/storage/ScriptSecurityManager.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/storage/ScriptSecurityManager.hxx b/scripting/source/storage/ScriptSecurityManager.hxx index 9fd241d7ce64..3e44afef843c 100755 --- a/scripting/source/storage/ScriptSecurityManager.hxx +++ b/scripting/source/storage/ScriptSecurityManager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ScriptSecurityManager.hxx,v $ * -* $Revision: 1.3 $ +* $Revision: 1.4 $ * -* last change: $Author: dfoster $ $Date: 2003-01-28 17:09:26 $ +* last change: $Author: dfoster $ $Date: 2003-01-31 15:14:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ namespace scripting_securitymgr struct StoragePerm { rtl::OUString url; sal_Int32 storageID; - bool execPermission; + sal_Bool execPermission; }; /** |