summaryrefslogtreecommitdiff
path: root/sc/inc/dpcache.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 20:19:12 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 20:19:12 -0500
commit372cfda4d6a4d49bb45cea0dc45b23ffd9dd5b3d (patch)
tree248cae85ae48bb3f129c8f8dacf6bff98b4d2525 /sc/inc/dpcache.hxx
parent3a30ced6bea3567bce2cc79adc6beb28f18b554b (diff)
Store only one number format per field.
Diffstat (limited to 'sc/inc/dpcache.hxx')
-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 a0e6a6d370b3..9f33db5e622a 100644
--- a/sc/inc/dpcache.hxx
+++ b/sc/inc/dpcache.hxx
@@ -100,7 +100,7 @@ public:
*/
mutable IndexArrayType maIndexOrder;
- std::vector<sal_uLong> maNumFormats;
+ sal_uLong mnNumFormat;
Field();
};