Kaydet (Commit) 5483a31b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: expression result unused

Change-Id: Ic0bb1e059817ff0f0c056720894b025222c6c5b4
üst 8578aabb
...@@ -385,7 +385,7 @@ bool SwDoc::OutlineUpDown( const SwPaM& rPam, short nOffset ) ...@@ -385,7 +385,7 @@ bool SwDoc::OutlineUpDown( const SwPaM& rPam, short nOffset )
pColl = aCollArr[ aMoveArr[nLevel] ]; pColl = aCollArr[ aMoveArr[nLevel] ];
if (pColl != NULL) if (pColl != NULL)
(SwTxtFmtColl*)pTxtNd->ChgFmtColl( pColl ); pTxtNd->ChgFmtColl( pColl );
} }
} }
......
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