summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStyleValueSet.cxx')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleValueSet.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index eae59d67fa17..d928903d2041 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
@@ -34,7 +34,13 @@ CellLineStyleValueSet::CellLineStyleValueSet( vcl::Window* pParent, const ResId&
CellLineStyleValueSet::~CellLineStyleValueSet()
{
+ dispose();
+}
+
+void CellLineStyleValueSet::dispose()
+{
delete pVDev;
+ ValueSet::dispose();
}
void CellLineStyleValueSet::SetUnit(const OUString* str)