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 | cdd45d555cc6afca1aa2bf3a43922256c478d54b (patch) | |
tree | 48531dd53edf428511ffcd099da142d527789c70 /stoc | |
parent | 17be18e8a505afe4ddb6b7e2278d698554edd884 (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 e9eb46ac6344..b59502852d1d 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"); |