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

coverity#1213458 Uncaught exception

Change-Id: I7bfcda3ec7bfe1bdf46ce11e799972a96d9fc3dc
üst e3427b92
......@@ -90,7 +90,7 @@ protected:
OUString maReplaceStr;
public:
SdUnoSearchReplaceDescriptor( bool bReplace ) throw();
SdUnoSearchReplaceDescriptor(bool bReplace) throw (css::uno::RuntimeException);
virtual ~SdUnoSearchReplaceDescriptor() throw();
bool IsBackwards() const throw() { return mbBackwards; }
......
......@@ -706,7 +706,7 @@ uno::Reference< drawing::XShape > SdUnoSearchReplaceShape::GetShape( uno::Refer
UNO3_GETIMPLEMENTATION_IMPL( SdUnoSearchReplaceDescriptor );
SdUnoSearchReplaceDescriptor::SdUnoSearchReplaceDescriptor( bool bReplace ) throw()
SdUnoSearchReplaceDescriptor::SdUnoSearchReplaceDescriptor( bool bReplace ) throw (css::uno::RuntimeException)
{
mpPropSet = new SvxItemPropertySet(ImplGetSearchPropertyMap(), SdrObject::GetGlobalDrawObjectItemPool());
......
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