summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optopencl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-06 09:38:36 +0200
committerNoel Grandin <noel@peralex.com>2016-07-06 09:38:36 +0200
commit724e6762a5e1a00b526783f4e303f7b9f8752e34 (patch)
treea198bd99600dcc624296da952aa1fe95e42696f1 /cui/source/options/optopencl.cxx
parentrestore loplugin:vclwidget checking for calling clear() on VclPtr fields (diff)
downloadcore-724e6762a5e1a00b526783f4e303f7b9f8752e34.tar.gz
core-724e6762a5e1a00b526783f4e303f7b9f8752e34.zip
loplugin:vclwidgets
Change-Id: Id276128a249aeac98ac3374b975bf1cd946d5aa7
Diffstat (limited to 'cui/source/options/optopencl.cxx')
-rw-r--r--cui/source/options/optopencl.cxx4
1 files changed, 2 insertions, 2 deletions
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();
}