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

WaE: unreachable code

Change-Id: I65158d7f8f632fb153adc1a4560de25ed1be0810
üst 78d09575
......@@ -47,11 +47,19 @@ using namespace ::svxform;
}
//-----------------------------------------------------------------------------
// Encapsulation violation: We *know* that
// SvxUnoDrawMSFactory::createInstanceWithArguments() always throws.
SAL_WNOUNREACHABLE_CODE_PUSH
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SvxFmMSFactory::createInstanceWithArguments(const OUString& ServiceSpecifier, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& Arguments) throw( ::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException )
{
return SvxUnoDrawMSFactory::createInstanceWithArguments(ServiceSpecifier, Arguments );
}
SAL_WNOUNREACHABLE_CODE_POP
//-----------------------------------------------------------------------------
::com::sun::star::uno::Sequence< OUString > SAL_CALL SvxFmMSFactory::getAvailableServiceNames(void) throw( ::com::sun::star::uno::RuntimeException )
{
......
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