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

coverity#1242843 Unused value

Change-Id: Ib7d87cfb4647b0495a122a4d63578afb5d54a965
üst e16991f0
...@@ -1077,8 +1077,8 @@ bool SfxObjectShell::DoSave() ...@@ -1077,8 +1077,8 @@ bool SfxObjectShell::DoSave()
#endif #endif
} }
if ( bOk ) if (bOk)
bOk = Save(); Save();
bOk = pMedium->Commit(); bOk = pMedium->Commit();
} }
......
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