diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-06 09:38:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-07-06 09:38:36 +0200 |
commit | 724e6762a5e1a00b526783f4e303f7b9f8752e34 (patch) | |
tree | a198bd99600dcc624296da952aa1fe95e42696f1 /cui | |
parent | 716844c6ab7cfc18efd61b0f77e285d453b6cc29 (diff) |
loplugin:vclwidgets
Change-Id: Id276128a249aeac98ac3374b975bf1cd946d5aa7
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optopencl.cxx | 4 |
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(); } |