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

coverity#1308561 Uncaught exception

Change-Id: I82dfcb853f9737e327c84996cc363e0a48d7f796
üst 8a4d61ce
...@@ -181,7 +181,7 @@ static OString convertString( const OUString& aInput ) ...@@ -181,7 +181,7 @@ static OString convertString( const OUString& aInput )
return aRet; return aRet;
} }
static void createSlideFile( Reference< XComponent > xDoc, PlacewareZipFile& rZipFile, const OUString& rURL, vector< PageEntry* >& rPageEntries ) throw( ::com::sun::star::uno::Exception ) static void createSlideFile( Reference< XComponent > xDoc, PlacewareZipFile& rZipFile, const OUString& rURL, vector< PageEntry* >& rPageEntries ) throw( ::com::sun::star::uno::Exception, std::exception )
{ {
OString aInfo; OString aInfo;
......
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