summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xetable.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-10-04 15:45:36 +0100
committerNoel Power <noel.power@suse.com>2012-10-04 16:58:58 +0100
commit8e753f8446554822d97969b0c18eba6cb9d79e26 (patch)
tree0fbdd98f02421aab601ea144af79e7e0e1e4ee84 /sc/source/filter/inc/xetable.hxx
parent4a42f84a70f38ee848b01baeaa6da5219dfe9b53 (diff)
xlsx fix import/export of column widths fdo#55623
column widths were never imported or exported correctly in xlsx. Change-Id: I92d469ce52495fe77281cb22341e9c5127e6b506
Diffstat (limited to 'sc/source/filter/inc/xetable.hxx')
-rw-r--r--sc/source/filter/inc/xetable.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 598dcde8fc2f..bbf04fd1d6e1 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -783,6 +783,7 @@ private:
private:
XclExpXFId maXFId; /// The XF identifier for column default format.
sal_uInt16 mnWidth; /// Excel width of the column.
+ sal_uInt16 mnScWidth; /// Calc width of the column.
sal_uInt16 mnFlags; /// Additional column flags.
sal_uInt16 mnFirstXclCol; /// Index to first column.
sal_uInt16 mnLastXclCol; /// Index to last column.