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

coverity#1308491 Uncaught exception

Change-Id: I5565095d124b409c8e8f83b2dfa32ef57665a4c7
üst 4fa3be93
......@@ -181,8 +181,9 @@ namespace SwUnoCursorHelper
const SfxItemPropertySet & rPropSet,
const OUString & rPropertyName)
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException,
std::exception);
::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyState > GetPropertyStates(
SwPaM & rPaM,
......
......@@ -1732,7 +1732,7 @@ uno::Any SwUnoCursorHelper::GetPropertyValue(
SwPaM& rPaM, const SfxItemPropertySet& rPropSet,
const OUString& rPropertyName)
throw (beans::UnknownPropertyException, lang::WrappedTargetException,
uno::RuntimeException)
uno::RuntimeException, std::exception)
{
uno::Any aAny;
SfxItemPropertySimpleEntry const*const pEntry =
......
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