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

coverity#706506 Uncaught exception

Change-Id: I60f0a08029ef4599403c9853a55fff25cdf3f0bc
üst 57517bbf
...@@ -638,7 +638,8 @@ uno::Any SAL_CALL SvxUnoTextRangeBase::_getPropertyValue(const OUString& Propert ...@@ -638,7 +638,8 @@ uno::Any SAL_CALL SvxUnoTextRangeBase::_getPropertyValue(const OUString& Propert
throw beans::UnknownPropertyException(); throw beans::UnknownPropertyException();
} }
void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny, const SfxItemSet& rSet ) throw( beans::UnknownPropertyException ) void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny, const SfxItemSet& rSet )
throw (beans::UnknownPropertyException, uno::RuntimeException)
{ {
switch( pMap->nWID ) switch( pMap->nWID )
{ {
......
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