summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-18 17:15:12 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:26:54 +0300
commitab988bf0557e26a8e09c98a92295f26acaee7a50 (patch)
tree914c460dc5afc780d8df3e581c585847f1007472 /formula
parent88fcd2c05a037413550ea42f952d330f1b805c78 (diff)
WaE: unreachable code
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index da3682e2dcab..d88092093f6e 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -127,7 +127,6 @@ short lcl_GetRetFormat( OpCode eOpCode )
default:
return NUMBERFORMAT_NUMBER;
}
- return NUMBERFORMAT_NUMBER;
}
inline void lclPushOpCodeMapEntry( ::std::vector< sheet::FormulaOpCodeMapEntry >& rVec, const String* pTable, sal_uInt16 nOpCode )