[Libreoffice-commits] core.git: include/osl

Chris Sherlock chris.sherlock79 at gmail.com
Fri Mar 17 16:16:17 UTC 2017


 include/osl/socket.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 195e0fc1037906a7f02d2bd15dac98e5c4535d9b
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Mar 18 03:15:45 2017 +1100

    osl: remove comment cruft
    
    Change-Id: Ie3061dcacc039b7915a62daa96dc741750c56fde

diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 190a7d7ea558..4213891101e1 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -176,7 +176,6 @@ namespace osl
         return m_handle != NULL;
     }
 
-    // (static method)______________________________________________________________
     inline ::rtl::OUString SAL_CALL SocketAddr::getLocalHostname( oslSocketResult *pResult )
     {
         ::rtl::OUString hostname;
@@ -186,14 +185,12 @@ namespace osl
         return hostname;
     }
 
-    // (static method)______________________________________________________________
     inline void SAL_CALL SocketAddr::resolveHostname(
         const ::rtl::OUString & strHostName, SocketAddr &Addr)
     {
         Addr = SocketAddr( osl_resolveHostname( strHostName.pData ) , SAL_NO_COPY );
     }
 
-    // (static method)______________________________________________________________
     inline sal_Int32 SAL_CALL SocketAddr::getServicePort(
             const ::rtl::OUString& strServiceName,
             const ::rtl::OUString & strProtocolName )


More information about the Libreoffice-commits mailing list