summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <jan-marek.glogowski@extern.cib.de>2019-10-01 14:18:50 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2019-10-23 10:34:09 +0200
commitadbaa625acc14e2b814cf5d88267889e6193145f (patch)
treea1d2e734f3ddcaf5589013763f19419d6e23bae1 /cui/source/options/certpath.hxx
parentfbb93bc1597e7631e7241597b0b826a179dae5d4 (diff)
tdf#127909 list all mozilla profiles
If there isn't an already selected profile, it'll select the default one. Change-Id: I66e39dbe1c3ce4d9436857c716d93e603582e3d1 Reviewed-on: https://gerrit.libreoffice.org/79978 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'cui/source/options/certpath.hxx')
-rw-r--r--cui/source/options/certpath.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/certpath.hxx b/cui/source/options/certpath.hxx
index 175e77454566..70bf5e25d2a1 100644
--- a/cui/source/options/certpath.hxx
+++ b/cui/source/options/certpath.hxx
@@ -26,7 +26,8 @@ class CertPathDialog : public weld::GenericDialogController
DECL_LINK(OKHdl_Impl, weld::Button&, void);
void HandleEntryChecked(int nRow);
- void AddCertPath(const OUString &rProfile, const OUString &rPath);
+ void AddCertPath(const OUString &rProfile, const OUString &rPath, bool bSelect = true);
+
public:
explicit CertPathDialog(weld::Window* pParent);
virtual ~CertPathDialog() override;