Kaydet (Commit) 8aedb193 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1242818 Unused value

Change-Id: I487026489937679978e7ed403edb7125eb2c7fcf
üst 9683c906
...@@ -1745,8 +1745,6 @@ void ScOutputData::DrawRotatedFrame( const Color* pForceColor ) ...@@ -1745,8 +1745,6 @@ void ScOutputData::DrawRotatedFrame( const Color* pForceColor )
if ( rInfo.nRotateDir > SC_ROTDIR_STANDARD && if ( rInfo.nRotateDir > SC_ROTDIR_STANDARD &&
!rInfo.bHOverlapped && !rInfo.bVOverlapped ) !rInfo.bHOverlapped && !rInfo.bVOverlapped )
{ {
pCondSet = rInfo.pConditionSet;
size_t nCol = lclGetArrayColFromCellInfoX( nArrX, nX1, nX2, bLayoutRTL ); size_t nCol = lclGetArrayColFromCellInfoX( nArrX, nX1, nX2, bLayoutRTL );
// horizontal: angrenzende Linie verlaengern // horizontal: angrenzende Linie verlaengern
......
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