diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-08 15:48:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-08 15:48:47 +0000 |
commit | 002f0815b2fe82ca6b523fab1a781a75fb563cd9 (patch) | |
tree | de9836c556780e2bb781d25e999d6445a3110b9f /connectivity/source/drivers/mozab | |
parent | 7ae797878e1c46a3e39e03932ea4c970fa76f5ab (diff) |
nothing inherits, protected->private
Change-Id: Ic38550db57cf44556697f28df00d2f4e764d80ae
Diffstat (limited to 'connectivity/source/drivers/mozab')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx index 7fedd51809a1..6cb9efe8edf4 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; |