Kaydet (Commit) 3f0d4458 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

simplify

Change-Id: If065b30b93c603032f47a3e470f4faadf92a4d09
üst 800528df
......@@ -728,10 +728,8 @@ void SwXStyleFamily::removeByName(const OUString& rName) throw( container::NoSuc
m_pBasePool->Remove(pBase);
}
uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySetInfo( ) throw (uno::RuntimeException, std::exception)
{
return uno::Reference< beans::XPropertySetInfo >();
}
uno::Reference<beans::XPropertySetInfo> SAL_CALL SwXStyleFamily::getPropertySetInfo( ) throw (uno::RuntimeException, std::exception)
{ return {}; }
void SAL_CALL SwXStyleFamily::setPropertyValue( const OUString&, const uno::Any& ) throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{ SAL_WARN("sw.uno", "###unexpected!"); }
......
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