summaryrefslogtreecommitdiff
path: root/cui/source/options/optjava.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optjava.hxx')
-rw-r--r--cui/source/options/optjava.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 1cf0f9657e84..a6b4d52c5923 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -105,7 +105,7 @@ private:
public:
SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet );
- ~SvxJavaOptionsPage();
+ virtual ~SvxJavaOptionsPage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
@@ -139,7 +139,7 @@ private:
public:
SvxJavaParameterDlg( Window* pParent );
- ~SvxJavaParameterDlg();
+ virtual ~SvxJavaParameterDlg();
virtual short Execute() SAL_OVERRIDE;
@@ -171,7 +171,7 @@ private:
public:
SvxJavaClassPathDlg( Window* pParent );
- ~SvxJavaClassPathDlg();
+ virtual ~SvxJavaClassPathDlg();
inline const OUString& GetOldPath() const { return m_sOldPath; }
inline void SetFocus() { m_pPathList->GrabFocus(); }