summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/preview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-10-18 20:50:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-19 09:05:29 +0200
commit0ad8447d3199e1c1d1f7d6ddabc9b4cded99c2d6 (patch)
treea428f0e9bc8c0cb9f6f0ad8673b16481193fe364 /sc/source/ui/inc/preview.hxx
parent856df6d40690500453092419b2c71e91e2c5de25 (diff)
dyncolcontainer: convert nRight to std::vector
Change-Id: Ie1c081250b22d80ece3c8f5a21e9728c14d7bdb1 Reviewed-on: https://gerrit.libreoffice.org/43516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r--sc/source/ui/inc/preview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx
index e0f14b8f069f..4bcb5139838f 100644
--- a/sc/source/ui/inc/preview.hxx
+++ b/sc/source/ui/inc/preview.hxx
@@ -82,7 +82,7 @@ private:
bool mbHasEmptyRangeTable:1; /// we have at least one sheet with empty print range (print range set to '- none -').
ScRange aPageArea;
- long nRight[ MAXCOL+1 ];
+ std::vector<long> mvRight;
long nLeftPosition;
long mnScale;
SCCOL nColNumberButttonDown;