Kaydet (Commit) 7f68a5b0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: Iaacaa3767398cea4c7850c3a8d186cf3754c4736
üst 221c65af
...@@ -2848,8 +2848,6 @@ bool SfxObjectShell::PreDoSaveAs_Impl ...@@ -2848,8 +2848,6 @@ bool SfxObjectShell::PreDoSaveAs_Impl
bool bOk = false; bool bOk = false;
if ( !pNewFile->GetErrorCode() && SaveTo_Impl( *pNewFile, NULL ) ) if ( !pNewFile->GetErrorCode() && SaveTo_Impl( *pNewFile, NULL ) )
{ {
bOk = true;
// transfer a possible error from the medium to the document // transfer a possible error from the medium to the document
SetError( pNewFile->GetErrorCode(), OUString( OSL_LOG_PREFIX ) ); SetError( pNewFile->GetErrorCode(), OUString( OSL_LOG_PREFIX ) );
......
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