diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 12:57:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-09 12:57:14 +0000 |
commit | 3a36efd2345ee5e3d7d641e45fa9a8764ca8c5df (patch) | |
tree | ff6c270e5fd95e2391cbc0c53e76bd7f8d1e7274 /svl/source/numbers/zforscan.cxx | |
parent | a4539f31078e13e559d512bfe0b0aa51c12a4d2f (diff) |
WaE, unused variable
Diffstat (limited to 'svl/source/numbers/zforscan.cxx')
-rw-r--r-- | svl/source/numbers/zforscan.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx index 6741e8ed6d8e..550cf8399923 100644 --- a/svl/source/numbers/zforscan.cxx +++ b/svl/source/numbers/zforscan.cxx @@ -1620,7 +1620,6 @@ xub_StrLen ImpSvNumberformatScan::FinalScan( String& rString, String& rComment ) if (rtl::OUString::valueOf(sDiv.toInt32()) == sDiv) { /* Found a Divisor */ - sal_Int32 nDiv = sDiv.toInt32(); while (i < j) nTypeArray[i++] = NF_SYMBOLTYPE_FRAC_FDIV; i = j - 1; // Stop the loop |