summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-29 11:08:52 +0200
committerNoel Grandin <noel@peralex.com>2015-06-01 12:29:42 +0200
commitaa25be596516d4acd831d89006fed78c4b974dac (patch)
tree77cef6c426b4b92832df272899fa369137429410 /sc/inc
parent4a91d5ee95c9b6ee22053f466e2483035885a032 (diff)
loplugin:loopvartoosmall
Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpcache.hxx2
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.