summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-23 10:34:59 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-23 10:34:59 +0100
commit6cf375618e0fec7d2c45e1a1b59474839dace584 (patch)
treef7584f5df10dbfdb0abc3d0ed1d123f7d61e39e7 /svtools/source/table/tablecontrol_impl.cxx
parent89ec9424b27e602fe668b1d5e77a5d3a6a909f82 (diff)
Clarify assertion, and add missing disposeAndClear.
Change-Id: Ief9bdc8607e60c684696525bff095d193483f23e
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.cxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index de845d198601..8d55e46bb314 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -264,6 +264,7 @@ namespace svt { namespace table
m_pVScroll.disposeAndClear();
m_pHScroll.disposeAndClear();
m_pScrollCorner.disposeAndClear();
+ m_pDataWindow.disposeAndClear();
DELETEZ( m_pTableFunctionSet );
DELETEZ( m_pSelEngine );
}