summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
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/source/ui/view/dbfunc3.cxx
parent4a91d5ee95c9b6ee22053f466e2483035885a032 (diff)
loplugin:loopvartoosmall
Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rw-r--r--sc/source/ui/view/dbfunc3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index d22ec1031b2d..bcb4c3546b0b 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -1997,7 +1997,7 @@ void ScDBFunc::ShowDataPilotSourceData( ScDPObject& rDPObj, const Sequence<sheet
// There is no data to show. Bail out.
return;
- sal_Int32 nColSize = aTabData[0].getLength();
+ SCCOL nColSize = aTabData[0].getLength();
SCTAB nNewTab = GetViewData().GetTabNo();