diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-26 13:08:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-26 13:08:45 +0200 |
commit | 15e64391aeed35e5c85876650fd8093f20958d8b (patch) | |
tree | f3f611400fcb0090ecb005c14db25816a9e396ca /dbaccess/source/ui/control | |
parent | 390aa6277af88ef6d0f4c38a503848d01e801875 (diff) |
tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crash
Change-Id: Ib169950f4e33dc71db66fd9a938838b568d2cc22
Diffstat (limited to 'dbaccess/source/ui/control')
-rw-r--r-- | dbaccess/source/ui/control/FieldDescControl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx index ca610b1467da..d89e81afba57 100644 --- a/dbaccess/source/ui/control/FieldDescControl.cxx +++ b/dbaccess/source/ui/control/FieldDescControl.cxx @@ -208,8 +208,8 @@ void OFieldDescControl::dispose() m_pType.clear(); m_pAutoIncrementValue.clear(); pFormat.clear(); - m_pVertScroll.clear(); - m_pHorzScroll.clear(); + m_pVertScroll.disposeAndClear(); + m_pHorzScroll.disposeAndClear(); TabPage::dispose(); } |