Kaydet (Commit) 8f57b3f6 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

formatting

Change-Id: I332802d313e88093ee3146b8600acb262a578212
üst d984afc4
......@@ -631,16 +631,13 @@ sal_Bool SwXStyleFamily::hasByName(const OUString& rName) throw( uno::RuntimeExc
}
uno::Type SwXStyleFamily::getElementType() throw( uno::RuntimeException, std::exception )
{
return cppu::UnoType<style::XStyle>::get();
}
{ return cppu::UnoType<style::XStyle>::get(); }
sal_Bool SwXStyleFamily::hasElements() throw( uno::RuntimeException, std::exception )
{
if(!m_pBasePool)
throw uno::RuntimeException();
return sal_True;
return true;
}
void SwXStyleFamily::insertByName(const OUString& rName, const uno::Any& rElement)
......
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