diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 17:06:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-06 17:06:08 +0100 |
commit | a6f3f05e9623254a18b2403316dacb6136400733 (patch) | |
tree | 38747d4946efdb4d0825fc263276706d5e1066b2 /svl | |
parent | 48a4d615c85c58a06a50209bfbcc6e93145142fc (diff) |
-Werror,-Wunused-const-variable
Change-Id: I862e491068ac88659bfd1cc99e7403dba2929275
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zformat.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 9da644d656e7..c6aaa104c73e 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -122,10 +122,6 @@ static long GetPrecExp( double fAbsVal ) } } -const sal_uInt16 nNewCurrencyVersionId = 0x434E; // "NC" -const sal_Unicode cNewCurrencyMagic = 0x01; // Magic for format code in comment -const sal_uInt16 nNewStandardFlagVersionId = 0x4653; // "SF" - /** * SvNumberformatInfo * */ |