summaryrefslogtreecommitdiffstats
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-30 22:23:16 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-22 18:07:27 -0400
commita4b7d8a40106300b3eb95e1be3e4468e9fb8741f (patch)
tree668b020549fa37a13c3c79b594b080e90b3b1a97 /sc/inc/documentimport.hxx
parentMove this useful function to sc::NumFmtUtil. (diff)
downloadcore-a4b7d8a40106300b3eb95e1be3e4468e9fb8741f.tar.gz
core-a4b7d8a40106300b3eb95e1be3e4468e9fb8741f.zip
Check for standard number format rather than just for 'General'.
That's what the ods import filter does. Change-Id: Ibcd9a80a51785a448594d29a02283cca0ec53e95
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index dc064ee08cfa..e561fcdb9e34 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -49,7 +49,7 @@ public:
ScAttrEntry* mpData;
size_t mnSize;
- bool mbGeneralNumFmtOnly;
+ bool mbLatinNumFmtOnly;
Attrs();
};