[Libreoffice-commits] core.git: registry/source

Chris Sherlock chris.sherlock79 at gmail.com
Sat May 27 06:52:16 UTC 2017


 registry/source/regimpl.hxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5628195324941e29af1713ca3dd60bfcdc7a1ad8
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat May 27 00:10:52 2017 +1000

    registry: fix indenting caused by automated namespace scripts, etc.
    
    Change-Id: Ia14ebebafe957891f8a3f0b1bf8519e906211ef8
    Reviewed-on: https://gerrit.libreoffice.org/38076
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index 8d9ed6185d91..4e96a8818747 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -137,13 +137,13 @@ private:
 
     typedef std::unordered_map< OUString, ORegKey*, OUStringHash > KeyMap;
 
-    sal_uInt32      m_refCount;
+    sal_uInt32          m_refCount;
     osl::Mutex          m_mutex;
-    bool            m_readOnly;
-    bool            m_isOpen;
-    OUString       m_name;
+    bool                m_readOnly;
+    bool                m_isOpen;
+    OUString            m_name;
     store::OStoreFile   m_file;
-    KeyMap          m_openKeyTable;
+    KeyMap              m_openKeyTable;
 
     const OUString ROOT;
 };


More information about the Libreoffice-commits mailing list