From 3f6da86e9fb9390d7c9f97769a79bddb265e43b4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 15:00:24 +0200 Subject: Fix typos Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3 Reviewed-on: https://gerrit.libreoffice.org/18942 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- cui/source/options/optopencl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/optopencl.cxx') diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index e20876b9ede0..22f65cceaf7c 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -175,7 +175,7 @@ OUString format(const OpenCLConfig::ImplMatcher& rImpl) void fillListBox(SvSimpleTable* pListBox, const OpenCLConfig::ImplMatcherSet& rSet) { pListBox->SetUpdateMode(false); -// kill added UserData to treeitem +// kill added UserData to tree item for ( sal_uLong i = 0; i < pListBox->GetEntryCount(); ++i ) delete static_cast(pListBox->GetEntry(i)->GetUserData()); -- cgit