diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:56:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:56:35 +0000 |
commit | b16d6e6a64d36379fa92225f7bdae97ce1134934 (patch) | |
tree | 6dc52f82a22be370a037189cd1a501a120860f7a /svtools | |
parent | b9f0094b370736129c9b0fe19b3cfd20dc316e53 (diff) |
INTEGRATION: CWS fwk67 (1.66.200); FILE MERGED
2007/06/22 11:08:45 cd 1.66.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/numbers/zforlist.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/source/numbers/zforlist.cxx b/svtools/source/numbers/zforlist.cxx index a77872e9bdc4..40c23f5e5b5a 100644 --- a/svtools/source/numbers/zforlist.cxx +++ b/svtools/source/numbers/zforlist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zforlist.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.69 $ * - * last change: $Author: ihi $ $Date: 2007-07-10 15:19:20 $ + * last change: $Author: obo $ $Date: 2007-07-18 08:56:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4352,8 +4352,6 @@ sal_Char NfCurrencyEntry::GetEuroSymbol( rtl_TextEncoding eTextEncoding ) #elif UNX // return '\xA4'; // #56121# 0xA4 waere korrekt fuer iso-8859-15 return '\x80'; // aber Windoze-Code fuer die konvertierten TrueType-Fonts -#elif MAC - return '\xDB'; #else #error EuroSymbol is what? return '\x80'; |