#i10000# Warning: statement is unreachable.

This commit is contained in:
Rüdiger Timm 2008-12-18 06:54:03 +00:00
parent 34fa72e873
commit 094f6a7e96

View file

@ -1590,7 +1590,6 @@ Any SAL_CALL Cell::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPrope
{
(void)nHandle;
throw UnknownPropertyException();
throw new UnknownPropertyException();
}
// -----------------------------------------------------------------------------