coverity#707379 Uncaught exception
Change-Id: Icaf92098dd7c9b9b6094212d62f5209c63d823d8
This commit is contained in:
@@ -42,7 +42,7 @@ interface XOptions
|
|||||||
[attribute] boolean AutoFormatApplyLists;
|
[attribute] boolean AutoFormatApplyLists;
|
||||||
[attribute] boolean AutoFormatApplyBulletedLists;
|
[attribute] boolean AutoFormatApplyBulletedLists;
|
||||||
|
|
||||||
any DefaultFilePath( [in] long Path );
|
any DefaultFilePath( [in] long Path ) raises (com::sun::star::script::BasicErrorException);
|
||||||
};
|
};
|
||||||
|
|
||||||
}; }; };
|
}; }; };
|
||||||
|
@@ -39,7 +39,8 @@ SwVbaOptions::~SwVbaOptions()
|
|||||||
}
|
}
|
||||||
|
|
||||||
uno::Any SAL_CALL
|
uno::Any SAL_CALL
|
||||||
SwVbaOptions::DefaultFilePath( sal_Int32 _path ) throw ( uno::RuntimeException, std::exception )
|
SwVbaOptions::DefaultFilePath( sal_Int32 _path )
|
||||||
|
throw (css::script::BasicErrorException, uno::RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
switch( _path )
|
switch( _path )
|
||||||
{
|
{
|
||||||
|
@@ -65,7 +65,8 @@ public:
|
|||||||
virtual void SAL_CALL setAutoFormatApplyBulletedLists( sal_Bool _autoformatapplybulletedlists ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
virtual void SAL_CALL setAutoFormatApplyBulletedLists( sal_Bool _autoformatapplybulletedlists ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||||
|
|
||||||
// Methods
|
// Methods
|
||||||
virtual css::uno::Any SAL_CALL DefaultFilePath( sal_Int32 _path ) throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
|
virtual css::uno::Any SAL_CALL DefaultFilePath( sal_Int32 _path )
|
||||||
|
throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||||
|
|
||||||
//PropListener
|
//PropListener
|
||||||
virtual void setValueEvent( const css::uno::Any& value ) SAL_OVERRIDE;
|
virtual void setValueEvent( const css::uno::Any& value ) SAL_OVERRIDE;
|
||||||
|
Reference in New Issue
Block a user