[Libreoffice-commits] core.git: shell/inc

Tor Lillqvist tml at collabora.com
Fri Mar 10 11:24:26 UTC 2017


 shell/inc/spsupp/COMRefCounted.hpp      |    1 -
 shell/inc/spsupp/spsuppClassFactory.hpp |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit d5bdc859b4fefbc9d708e9a24dcb5bc59ee5199f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Mar 10 13:23:53 2017 +0200

    Cosmetics
    
    Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b

diff --git a/shell/inc/spsupp/COMRefCounted.hpp b/shell/inc/spsupp/COMRefCounted.hpp
index 1a60ed3..075923d 100644
--- a/shell/inc/spsupp/COMRefCounted.hpp
+++ b/shell/inc/spsupp/COMRefCounted.hpp
@@ -34,7 +34,6 @@ public:
     }
 
 private:
-
     long m_nRef = 1; // Created referenced
 };
 
diff --git a/shell/inc/spsupp/spsuppClassFactory.hpp b/shell/inc/spsupp/spsuppClassFactory.hpp
index 9bb879f..9d93791 100644
--- a/shell/inc/spsupp/spsuppClassFactory.hpp
+++ b/shell/inc/spsupp/spsuppClassFactory.hpp
@@ -40,7 +40,6 @@ public:
     static long GetLockCount() { return m_nLockCount; }
 
 private:
-
     static long m_nObjCount;
     static long m_nLockCount;
 };


More information about the Libreoffice-commits mailing list