diff options
author | sb <sb@openoffice.org> | 2011-01-10 15:01:04 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2011-01-10 15:01:04 +0100 |
commit | 7b5d43a9621b4783135588eba193b0d7ae6489f8 (patch) | |
tree | ccc78139d523e155aa9df135699a6d1d15c87263 /stoc | |
parent | 1f48bcd3429c5c2667c94851a7deaec664a4ce2b (diff) |
sb139: #i112929# removed unused s_semi (patch by cmc)
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/security/file_policy.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/security/file_policy.cxx b/stoc/source/security/file_policy.cxx index 747d9dc0d..393f01d80 100644 --- a/stoc/source/security/file_policy.cxx +++ b/stoc/source/security/file_policy.cxx @@ -444,7 +444,6 @@ static OUString s_user = OUSTR("user"); static OUString s_permission = OUSTR("permission"); static OUString s_openBrace = OUSTR("{"); static OUString s_closingBrace = OUSTR("}"); -static OUString s_semi = OUSTR(";"); static OUString s_filePermission = OUSTR("com.sun.star.io.FilePermission"); static OUString s_socketPermission = OUSTR("com.sun.star.connection.SocketPermission"); |