Kaydet (Commit) deb6a43c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unreachable code

üst 14c8a75c
...@@ -1267,7 +1267,6 @@ bool SvNumberFormatter::IsCompatible(short eOldType, ...@@ -1267,7 +1267,6 @@ bool SvNumberFormatter::IsCompatible(short eOldType,
default: default:
return false; return false;
} }
return false;
} }
} }
...@@ -4337,7 +4336,6 @@ sal_Char NfCurrencyEntry::GetEuroSymbol( rtl_TextEncoding eTextEncoding ) ...@@ -4337,7 +4336,6 @@ sal_Char NfCurrencyEntry::GetEuroSymbol( rtl_TextEncoding eTextEncoding )
return '\x80'; return '\x80';
#endif #endif
} }
return '\x80';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment