summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
index a897453380eb..6883c5615acf 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
@@ -58,7 +58,6 @@ namespace connectivity
nsILocalFile * aProfilePath
#endif
);
- MozillaProductType getProductType() { return product;}
OUString getProfileName(){ return profileName;}
OUString getProfilePath() ;
#ifndef MINIMAL_PROFILEDISCOVER
@@ -77,10 +76,7 @@ namespace connectivity
class ProductStruct
{
public:
- void setCurrentProfile(const OUString& aProfileName){mCurrentProfileName = aProfileName;}
-
OUString mCurrentProfileName;
-
ProfileList mProfileList;
};