Kaydet (Commit) 2fc308b9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#703928 Unchecked return value

Change-Id: I26ba62448796f1d80d2b4bbaf2499d08058c3add
üst 0b7631bc
...@@ -797,7 +797,7 @@ bool ChartController::executeDlg_ObjectProperties_withoutUndoGuard( ...@@ -797,7 +797,7 @@ bool ChartController::executeDlg_ObjectProperties_withoutUndoGuard(
if(pOutItemSet) if(pOutItemSet)
{ {
ControllerLockGuardUNO aCLGuard( getModel()); ControllerLockGuardUNO aCLGuard( getModel());
pItemConverter->ApplyItemSet(*pOutItemSet); //model should be changed now (void)pItemConverter->ApplyItemSet(*pOutItemSet); //model should be changed now
bRet = true; bRet = true;
} }
} }
......
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