diff options
-rw-r--r-- | registry/source/regimpl.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
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; }; |