removed useless code

This commit is contained in:
Takeshi Abe
2011-11-17 19:03:08 +09:00
parent 1c2f5d73a7
commit 54bc5bc910

View File

@@ -104,17 +104,7 @@ void SAL_CALL SlideRenderer::initialize (const Sequence<Any>& rArguments)
{
ThrowIfDisposed();
if (rArguments.getLength() == 0)
{
try
{
}
catch (RuntimeException&)
{
throw;
}
}
else
if (rArguments.getLength() != 0)
{
throw RuntimeException(
OUString(RTL_CONSTASCII_USTRINGPARAM("SlideRenderer: invalid number of arguments")),