include/osl/security_decl.hxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e7b30d24fd22d2ada74adcb4c058ee8b14a1d189
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Sat Mar 18 03:12:05 2017 +1100

    osl: I think we all know what a constructor and destructor is...
    
    Change-Id: I67c17606b2f9d93ec047aafa1bf6adffdbad4b40

diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index e03474e5a8a2..b011009f8c50 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -37,10 +37,9 @@ protected:
     oslSecurity m_handle;
 
 public:
-    /// constructor
     inline Security();
-    /// destructor
     inline ~Security();
+
     /** get the security information for one user.
         The underlying operating system is asked for this information.
         @param[in] strName denotes the name of the user
@@ -50,6 +49,7 @@ public:
     */
     inline bool SAL_CALL logonUser(const rtl::OUString& strName,
                                        const rtl::OUString& strPasswd);
+
     /** get the security information for one user.
 
         @verbatim
@@ -58,6 +58,7 @@ public:
         could be connected by this user, the methos will return true and 
getHomeDir
         will return \\server\username.
         @endverbatim
+
         @param[in] strName denotes the name of the user
         @param[in] strPasswd denotes the password of this user
         @param[in] strFileServer denotes the file server to login to
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to