diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-30 22:23:16 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-22 18:07:27 -0400 |
commit | a4b7d8a40106300b3eb95e1be3e4468e9fb8741f (patch) | |
tree | 668b020549fa37a13c3c79b594b080e90b3b1a97 /sc/inc/numformat.hxx | |
parent | bc1dd8feb80a51109c99c6cb176f5fd16ace5a1e (diff) |
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.hxx | 2 |
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 ); }; } |