From f6e5a0ac09eb1b02caf62980e4caaf3f239b9ca7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Jun 2015 12:11:58 +0200 Subject: vclptr fix in ScrollableWrapper Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d --- toolkit/source/awt/scrollabledialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/source') 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::setScrollVisibility( ScrollBarVisibility rVisState ) template< class T> ScrollableWrapper::~ScrollableWrapper() { - dispose(); + T::disposeOnce(); } template< class T> -- cgit