summaryrefslogtreecommitdiffstats
path: root/sc/inc/numformat.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/numformat.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/numformat.hxx')
-rw-r--r--sc/inc/numformat.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/numformat.hxx b/sc/inc/numformat.hxx
index 40d95611ee35..72938181d638 100644
--- a/sc/inc/numformat.hxx
+++ b/sc/inc/numformat.hxx
@@ -35,6 +35,8 @@ public:
* latin script output.
*/
static bool isLatinScript( const ScPatternAttr& rPat, ScDocument& rDoc );
+
+ static bool isLatinScript( sal_uLong nFormat, ScDocument& rDoc );
};
}