diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 08:45:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 12:50:47 +0200 |
commit | e856f2323289efd3a6f070ff6e1b0f7cd3afb2aa (patch) | |
tree | d5174713f9c1aca04833d06d7793aec2c0a5514f /stoc/source/security | |
parent | b2d99944c55acbdd4204db37079cde476d6388be (diff) |
stoc: make use of css alias
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
Diffstat (limited to 'stoc/source/security')
-rw-r--r-- | stoc/source/security/access_controller.cxx | 2 | ||||
-rw-r--r-- | stoc/source/security/file_policy.cxx | 2 | ||||
-rw-r--r-- | stoc/source/security/permissions.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 86d72b7ae72a..76b83da2b5c0 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -58,7 +58,7 @@ using namespace ::std; using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; +using namespace css::uno; using namespace stoc_sec; namespace { diff --git a/stoc/source/security/file_policy.cxx b/stoc/source/security/file_policy.cxx index fabd035f5060..18713f1a6b32 100644 --- a/stoc/source/security/file_policy.cxx +++ b/stoc/source/security/file_policy.cxx @@ -44,7 +44,7 @@ using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; +using namespace css::uno; namespace { diff --git a/stoc/source/security/permissions.cxx b/stoc/source/security/permissions.cxx index b9fe05c5e582..d429c5f163cd 100644 --- a/stoc/source/security/permissions.cxx +++ b/stoc/source/security/permissions.cxx @@ -39,7 +39,7 @@ using namespace ::std; using namespace ::osl; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; +using namespace css::uno; namespace stoc_sec { |