summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-10-17 21:26:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-18 08:35:40 +0200
commitaf92290f7e7afc48a58fa592226f00b0e6f63418 (patch)
tree6086bcdd29fdc3bfd93079c5572f1f6d785e9d0f /sc/source/ui/docshell/docsh.cxx
parent77d6f56d70b3a7c43e50c53ff2d78583bb7400e8 (diff)
dyncolcontainer: convert aColWidthPath to std::map
Change-Id: Ifb86372de3671b81c0438c0096b375b07d2f6754 Reviewed-on: https://gerrit.libreoffice.org/43468 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index febaf62ecfa2..a4157d0a9ba4 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1063,7 +1063,7 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
// Set optimal col width after import?
bool bSetColWidths = false;
bool bSetSimpleTextColWidths = false;
- ScColWidthParam aColWidthParam[MAXCOLCOUNT];
+ std::map<SCCOL, ScColWidthParam> aColWidthParam;
ScRange aColWidthRange;
// Set optimal row height after import?
bool bSetRowHeights = false;