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

Caolán McNamara caolanm at redhat.com
Wed Mar 8 15:49:43 UTC 2017


 connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 002f0815b2fe82ca6b523fab1a781a75fb563cd9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 8 15:48:47 2017 +0000

    nothing inherits, protected->private
    
    Change-Id: Ic38550db57cf44556697f28df00d2f4e764d80ae

diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
index 7fedd51..6cb9efe 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
@@ -51,7 +51,7 @@ namespace connectivity
                           const OUString &aProfilePath);
             const OUString& getProfileName(){ return profileName;}
             const OUString& getProfilePath();
-        protected:
+        private:
             MozillaProductType product;
             OUString profileName;
             OUString profilePath;


More information about the Libreoffice-commits mailing list