summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/certpath.hxx')
-rw-r--r--cui/source/options/certpath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/certpath.hxx b/cui/source/options/certpath.hxx
index a0630cf3663b..aa2128e29738 100644
--- a/cui/source/options/certpath.hxx
+++ b/cui/source/options/certpath.hxx
@@ -34,7 +34,7 @@ private:
void AddCertPath(const OUString &rProfile, const OUString &rPath);
public:
CertPathDialog(Window* pParent);
- ~CertPathDialog();
+ virtual ~CertPathDialog();
OUString getDirectory() const;
};