diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-29 08:40:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-29 10:40:07 +0000 |
commit | 97bb460a68b3d9a3ac17afa37ce2623e952fd1a4 (patch) | |
tree | b74bd0a17ca62f19a8f313b9effa015a838df3ba /sc/inc | |
parent | 6aea1876a88a9c9bbae6f16c43899747a1c75fa8 (diff) |
callcatcher: more ww1 removal fallout
quite pleasing
Change-Id: I3eaf711e8d5a42358922c16bfc82d0e32d0bc44b
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/numformat.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/numformat.hxx b/sc/inc/numformat.hxx index 72938181d638..cd18d081a56c 100644 --- a/sc/inc/numformat.hxx +++ b/sc/inc/numformat.hxx @@ -22,14 +22,6 @@ namespace sc { class SC_DLLPUBLIC NumFmtUtil { public: - - /** - * Return whether or not given number format is a 'General' number format. - */ - static bool isGeneral( sal_uLong nFormat ); - - static bool isGeneral( const ScPatternAttr& rPat ); - /** * Check if the attribute pattern has a number format that only produces * latin script output. |