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

Stephan Bergmann sbergman at redhat.com
Mon Nov 30 06:03:04 PST 2015


 connectivity/source/drivers/firebird/Connection.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c057880e5bfdbb1720cfce2ba0551f8d5d366c9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 30 15:02:11 2015 +0100

    protected -> private
    
    Change-Id: I43d4da8301d9a0c9cc4d48c38c9945551ddc0151

diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx
index f1954ad..29784dd 100644
--- a/connectivity/source/drivers/firebird/Connection.hxx
+++ b/connectivity/source/drivers/firebird/Connection.hxx
@@ -76,7 +76,7 @@ namespace connectivity
              * Only relevant for embedded dbs.
              */
             static const OUString our_sDBLocation;
-        protected:
+
             ::osl::Mutex        m_aMutex;
 
             TTypeInfoVector     m_aTypeInfo;    //  vector containing an entry


More information about the Libreoffice-commits mailing list