From 724e6762a5e1a00b526783f4e303f7b9f8752e34 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Jul 2016 09:38:36 +0200 Subject: loplugin:vclwidgets Change-Id: Id276128a249aeac98ac3374b975bf1cd946d5aa7 --- cui/source/options/optopencl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optopencl.cxx') diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index b24d4ceb3c27..6b5d1f9f8372 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -67,10 +67,10 @@ SvxOpenCLTabPage::~SvxOpenCLTabPage() void SvxOpenCLTabPage::dispose() { - mpUseSwInterpreter.clear(); mpUseOpenCL.clear(); - clUsed.clear(); + mpOclUsed.clear(); + mpOclNotUsed.clear(); SfxTabPage::dispose(); } -- cgit