diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 13:49:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 14:20:25 +0200 |
commit | e78bb6d545e4dc86ebc17fbeb735f32fa5914bd1 (patch) | |
tree | edce7c82d76e6fad3313d3619b06895f9cbe4436 /include/basic | |
parent | 509907cea798cc74fbc6d91ce41105c52f41ba06 (diff) |
loplugin:unusedfields in include/comphelper,include/editeng
Change-Id: I619c2cf1765df97159fc52ee84e0e9e8d16a22fe
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbxvar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx index 8a517eac90a5..46092c79ebf7 100644 --- a/include/basic/sbxvar.hxx +++ b/include/basic/sbxvar.hxx @@ -56,7 +56,6 @@ struct SbxValues sal_Int16* pInteger; sal_uInt32* pULong; sal_Int32* pLong; - unsigned int* pUInt; int* pInt; sal_uInt64* puInt64; sal_Int64* pnInt64; |