diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-29 11:08:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-01 12:29:42 +0200 |
commit | aa25be596516d4acd831d89006fed78c4b974dac (patch) | |
tree | 77cef6c426b4b92832df272899fa369137429410 /sc/inc | |
parent | 4a91d5ee95c9b6ee22053f466e2483035885a032 (diff) |
loplugin:loopvartoosmall
Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 863b217241af..b778086bee77 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -104,7 +104,7 @@ public: private: ScDocument* mpDoc; - long mnColumnCount; + SCCOL mnColumnCount; /** * All pivot table objects that references this cache. |