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

coverity#707475 Uncaught exception

Change-Id: I4c9da1bb21e55578fc81e4c5b3133cbd639711cc
üst 6b260f17
...@@ -92,7 +92,8 @@ public: ...@@ -92,7 +92,8 @@ public:
virtual void SAL_CALL setRelativeHorizontalPosition(::sal_Int32 _relativehorizontalposition) virtual void SAL_CALL setRelativeHorizontalPosition(::sal_Int32 _relativehorizontalposition)
throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Int32 SAL_CALL getRelativeVerticalPosition() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::sal_Int32 SAL_CALL getRelativeVerticalPosition() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL setRelativeVerticalPosition( ::sal_Int32 _relativeverticalposition ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL setRelativeVerticalPosition(::sal_Int32 _relativeverticalposition)
throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// Methods // Methods
virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual css::uno::Any SAL_CALL SAL_CALL TextFrame( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
......
...@@ -648,7 +648,8 @@ ScVbaShape::getRelativeVerticalPosition() throw (uno::RuntimeException, std::exc ...@@ -648,7 +648,8 @@ ScVbaShape::getRelativeVerticalPosition() throw (uno::RuntimeException, std::exc
} }
void SAL_CALL void SAL_CALL
ScVbaShape::setRelativeVerticalPosition( ::sal_Int32 _relativeverticalposition ) throw (uno::RuntimeException, std::exception) ScVbaShape::setRelativeVerticalPosition(::sal_Int32 _relativeverticalposition)
throw (css::script::BasicErrorException, uno::RuntimeException, std::exception)
{ {
sal_Int16 nType = text::RelOrientation::PAGE_FRAME; sal_Int16 nType = text::RelOrientation::PAGE_FRAME;
switch( _relativeverticalposition ) switch( _relativeverticalposition )
......
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