summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-08 12:11:58 +0200
committerEike Rathke <erack@redhat.com>2015-06-10 13:09:11 +0200
commite0d249c81936b1438e8d3586ed6999a02af27f80 (patch)
tree2b7d02cbc6c1c87400dcfd13c929a5b0d870d50c /toolkit
parentd7163dfa5c207f973d226e494c1620651c2b2b75 (diff)
vclptr fix in ScrollableWrapper
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d (cherry picked from commit f6e5a0ac09eb1b02caf62980e4caaf3f239b9ca7)
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 4e552d3e3fc4..a8cd527a5723 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>