summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optopencl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-30 14:09:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-06 06:38:30 +0000
commit716844c6ab7cfc18efd61b0f77e285d453b6cc29 (patch)
tree868d93c4bfd99a84c339cb8e00202fe07d8affb2 /cui/source/options/optopencl.cxx
parentfix missing semicolon that breaks packaging windows installer (diff)
downloadcore-716844c6ab7cfc18efd61b0f77e285d453b6cc29.tar.gz
core-716844c6ab7cfc18efd61b0f77e285d453b6cc29.zip
restore loplugin:vclwidget checking for calling clear() on VclPtr fields
Change-Id: I85eda1c33016c1461d897fc0a3b70457209a7405 Reviewed-on: https://gerrit.libreoffice.org/26806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/options/optopencl.cxx')
-rw-r--r--cui/source/options/optopencl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx
index cbe37dd6ed54..b24d4ceb3c27 100644
--- a/cui/source/options/optopencl.cxx
+++ b/cui/source/options/optopencl.cxx
@@ -70,6 +70,7 @@ void SvxOpenCLTabPage::dispose()
mpUseSwInterpreter.clear();
mpUseOpenCL.clear();
+ clUsed.clear();
SfxTabPage::dispose();
}