Kaydet (Commit) e5c86329 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983959 Uncaught exception

Change-Id: Id2f069576ecacb66cfa461bdca394a06befd765b
üst 99faf61b
......@@ -241,8 +241,10 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextRange >&
rTextRange)
throw (::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
throw (css::lang::IllegalArgumentException,
css::beans::UnknownPropertyException,
css::uno::RuntimeException,
std::exception) SAL_OVERRIDE;
// XTextContentAppend
virtual ::com::sun::star::uno::Reference<
......
......@@ -1362,7 +1362,8 @@ SwXText::insertTextPortion(
const uno::Sequence< beans::PropertyValue > &
rCharacterAndParagraphProperties,
const uno::Reference<text::XTextRange>& xInsertPosition)
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
throw (lang::IllegalArgumentException, beans::UnknownPropertyException,
uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
......
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