summaryrefslogtreecommitdiff
path: root/sal/inc/osl/security_decl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/security_decl.hxx')
-rw-r--r--sal/inc/osl/security_decl.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sal/inc/osl/security_decl.hxx b/sal/inc/osl/security_decl.hxx
index a6078ea62c8b..64664c62d916 100644
--- a/sal/inc/osl/security_decl.hxx
+++ b/sal/inc/osl/security_decl.hxx
@@ -57,8 +57,8 @@ public:
@return True, if the specified user is known by the underlying operating system,
otherwise False
*/
- inline sal_Bool SAL_CALL logonUser(const ::rtl::OUString& strName,
- const ::rtl::OUString& strPasswd);
+ inline sal_Bool SAL_CALL logonUser(const rtl::OUString& strName,
+ const rtl::OUString& strPasswd);
/** get the security information for one user.
This method will try to login the user at the denoted file server.
If a network resource named \\server\username exists and this resource
@@ -69,37 +69,37 @@ public:
@return True, if the specified user is known by file server and the
could be connected, otherwise False
*/
- inline sal_Bool SAL_CALL logonUser(const ::rtl::OUString & strName,
- const ::rtl::OUString & strPasswd,
- const ::rtl::OUString & strFileServer);
+ inline sal_Bool SAL_CALL logonUser(const rtl::OUString & strName,
+ const rtl::OUString & strPasswd,
+ const rtl::OUString & strFileServer);
/** get the ident of the logged in user.
@param strName [out] is the buffer which returns the name
@param max [in] is the size of this buffer
@return True, if any user is successfuly logged in, otherwise False
*/
- inline sal_Bool SAL_CALL getUserIdent( ::rtl::OUString& strIdent) const;
+ inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const;
/** get the name of the logged in user.
@param strName [out] is the buffer which returns the name
@param max [in] is the size of this buffer
@return True, if any user is successfuly logged in, otherwise False
*/
- inline sal_Bool SAL_CALL getUserName( ::rtl::OUString& strName) const;
+ inline sal_Bool SAL_CALL getUserName( rtl::OUString& strName) const;
/** get the home directory of the logged in user.
@param strDirectory [out] is the buffer which returns the directory name
@param max [in] is the size of this buffer
@return True, if any user is successfuly logged in, otherwise False
*/
- inline sal_Bool SAL_CALL getHomeDir( ::rtl::OUString& strDirectory) const;
+ inline sal_Bool SAL_CALL getHomeDir( rtl::OUString& strDirectory) const;
/** get the directory for configuration data of the logged in user.
@param strDirectory [out] is the buffer which returns the directory name
@param max [in] is the size of this buffer
@return True, if any user is successfuly logged in, otherwise False
*/
- inline sal_Bool SAL_CALL getConfigDir( ::rtl::OUString & strDirectory) const;
+ inline sal_Bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
/** Query if the user who is logged inhas administrator rigths.
@return True, if the user has administrator rights, otherwise false.