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