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

coverity#1374271 Uncaught exception

Change-Id: I043cd76ae0da65cac09130f0e761266fd8730be6
üst 07385355
...@@ -249,7 +249,7 @@ namespace frm ...@@ -249,7 +249,7 @@ namespace frm
bool FontControlModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, bool FontControlModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue,
sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException ) sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException, RuntimeException, std::exception )
{ {
bool bModified = false; bool bModified = false;
switch( _nHandle ) switch( _nHandle )
......
...@@ -73,7 +73,7 @@ namespace frm ...@@ -73,7 +73,7 @@ namespace frm
css::uno::Sequence< css::beans::Property >& /* [out] */ _rProps ); css::uno::Sequence< css::beans::Property >& /* [out] */ _rProps );
void getFastPropertyValue ( css::uno::Any& _rValue, sal_Int32 _nHandle ) const; void getFastPropertyValue ( css::uno::Any& _rValue, sal_Int32 _nHandle ) const;
bool convertFastPropertyValue ( css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue ) throw( css::lang::IllegalArgumentException ); bool convertFastPropertyValue ( css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue ) throw( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception );
void setFastPropertyValue_NoBroadcast_impl( void setFastPropertyValue_NoBroadcast_impl(
::cppu::OPropertySetHelper & rBase, ::cppu::OPropertySetHelper & rBase,
void (::cppu::OPropertySetHelper::*pSet)( sal_Int32, css::uno::Any const&), void (::cppu::OPropertySetHelper::*pSet)( sal_Int32, css::uno::Any const&),
......
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