summaryrefslogtreecommitdiff
path: root/cui/source/options/optcolor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optcolor.cxx')
-rw-r--r--cui/source/options/optcolor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 79ec9b289363..1fe8c0f2cf04 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -173,7 +173,7 @@ class ColorConfigWindow_Impl
{
public:
ColorConfigWindow_Impl(Window* pParent);
- ~ColorConfigWindow_Impl();
+ virtual ~ColorConfigWindow_Impl();
public:
void SetLinks (Link const&, Link const&, Link const&);
@@ -843,7 +843,7 @@ class ColorConfigCtrl_Impl : public VclVBox
virtual void DataChanged (DataChangedEvent const& rDCEvt) SAL_OVERRIDE;
public:
ColorConfigCtrl_Impl(Window* pParent);
- ~ColorConfigCtrl_Impl();
+ virtual ~ColorConfigCtrl_Impl();
void InitHeaderBar(const OUString &rOn, const OUString &rUIElems,
const OUString &rColorSetting, const OUString &rPreview);