diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-08 12:11:58 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-08-06 12:22:23 +0200 |
commit | bf7efae534573d4d5f01f2034aa087cd255b7e84 (patch) | |
tree | 669c7e432b8740075b53f5b117c6962edb3d1e0d /toolkit | |
parent | fd53f53e1b938ed3569b2efee9e67e88b0bfac23 (diff) |
vclptr fix in ScrollableWrapper
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d
(cherry picked from commit f6e5a0ac09eb1b02caf62980e4caaf3f239b9ca7)
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/scrollabledialog.cxx | 2 |
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> |