summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-08 12:11:58 +0200
committerNoel Grandin <noel@peralex.com>2015-06-08 12:12:26 +0200
commitf6e5a0ac09eb1b02caf62980e4caaf3f239b9ca7 (patch)
tree674aabee41ddf5a1cae7e4ff6763e25c8ec0021d /toolkit
parentdf726c8b3e80bf2e1696f901ea01f192dcb8a77e (diff)
vclptr fix in ScrollableWrapper
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/scrollabledialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx
index a615bd29dd5f..b1d898d573a9 100644
--- a/toolkit/source/awt/scrollabledialog.cxx
+++ b/toolkit/source/awt/scrollabledialog.cxx
@@ -82,7 +82,7 @@ void ScrollableWrapper<T>::setScrollVisibility( ScrollBarVisibility rVisState )
template< class T>
ScrollableWrapper<T>::~ScrollableWrapper()
{
- dispose();
+ T::disposeOnce();
}
template< class T>