summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorKatarina Machalkova <kmachalkova@suse.cz>2011-03-08 16:06:52 +0100
committerKatarina Machalkova <kmachalkova@suse.cz>2011-03-08 17:37:08 +0100
commit6437196eea729b8e74379820c4d6af4d7db74e08 (patch)
tree050f43a95ee0688802665a7392e9353454783661 /svl/inc/svl
parent96dc8d285d5215ad9fac6951741b81c7203ee38d (diff)
Handle tinkering with '-N => (N)' number format -- bnc#659993
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/zformat.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index e9790d60f3aa..a4222a4757c9 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -334,6 +334,10 @@ public:
// Whether the negative format is without a sign or not
BOOL IsNegativeWithoutSign() const;
+ BOOL IsNegativeInBracket() const;
+
+ BOOL HasPositiveBracketPlaceholder() const;
+
// Whether a new SYMBOLTYPE_CURRENCY is contained in the format
BOOL HasNewCurrency() const;