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

WaE: expression result unused

üst 844096cf
......@@ -271,7 +271,7 @@ void FormulaCompiler::OpCodeMap::putExternalSoftly( const String & rSymbol, cons
{
bool bOk = mpReverseExternalHashMap->insert( ExternalHashMap::value_type( rAddIn, rSymbol)).second;
if (bOk)
mpExternalHashMap->insert( ExternalHashMap::value_type( rSymbol, rAddIn)).second;
mpExternalHashMap->insert( ExternalHashMap::value_type( rSymbol, rAddIn));
}
uno::Sequence< sheet::FormulaToken > FormulaCompiler::OpCodeMap::createSequenceOfFormulaTokens(const FormulaCompiler& _rCompiler,const uno::Sequence< ::rtl::OUString >& rNames ) const
{
......
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