diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:34:02 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:34 -0500 |
commit | 119873328acd70ca3569c21a0b1fe36277e8bf4c (patch) | |
tree | d4f07cf14521a880eb69a25208af8b817aa94b55 /ucb/workben | |
parent | 6cd025d44e9464716c8645f435966baca4caf921 (diff) |
convert vos/process.hxx and related API
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/ucbdemo.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx index 4d95f95febe5..7e64bacf23e4 100644 --- a/ucb/workben/ucb/ucbdemo.cxx +++ b/ucb/workben/ucb/ucbdemo.cxx @@ -32,7 +32,6 @@ #include <stack> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> -#include <vos/process.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/bootstrap.hxx> #include <com/sun/star/ucb/ContentAction.hpp> @@ -80,6 +79,7 @@ #include <vcl/svapp.hxx> #include <vcl/help.hxx> #include <srcharg.hxx> +#include <osl/security.hxx> using ucbhelper::getLocalFileURL; using ucbhelper::getSystemPathFromFileURL; @@ -433,7 +433,7 @@ sal_Bool Ucb::init() try { rtl::OUString aPipe; - vos::OSecurity().getUserIdent(aPipe); + osl::Security().getUserIdent(aPipe); uno::Sequence< uno::Any > aArgs(4); aArgs[0] <<= m_aConfigurationKey1; aArgs[1] <<= m_aConfigurationKey2; |