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

coverity#707237 Uncaught exception

Change-Id: Ic07c81ce1e7e85bf9579550be01c16c1a41525f0
üst 3a374a50
...@@ -343,7 +343,7 @@ uno::Any SAL_CALL SvxUnoGluePointAccess::getByIdentifier( sal_Int32 Identifier ) ...@@ -343,7 +343,7 @@ uno::Any SAL_CALL SvxUnoGluePointAccess::getByIdentifier( sal_Int32 Identifier )
} }
} }
throw lang::IndexOutOfBoundsException(); throw container::NoSuchElementException();
} }
uno::Sequence< sal_Int32 > SAL_CALL SvxUnoGluePointAccess::getIdentifiers() throw (uno::RuntimeException, std::exception) uno::Sequence< sal_Int32 > SAL_CALL SvxUnoGluePointAccess::getIdentifiers() throw (uno::RuntimeException, std::exception)
......
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