Kaydet (Commit) 2d990b4c authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

dead assign (clang)

Change-Id: I021a278a773b704f35aed1da5eda4c51ede648e2
üst f0cd77e9
...@@ -324,7 +324,7 @@ sal_uLong SwXMLTextBlocks::BeginPutDoc( const OUString& rShort, const OUString& ...@@ -324,7 +324,7 @@ sal_uLong SwXMLTextBlocks::BeginPutDoc( const OUString& rShort, const OUString&
sal_uLong SwXMLTextBlocks::PutBlock( SwPaM& , const OUString& ) sal_uLong SwXMLTextBlocks::PutBlock( SwPaM& , const OUString& )
{ {
sal_uLong nRes = 0; sal_uLong nRes = 0; // dead variable, this always returns 0
sal_uInt16 nCommitFlags = nFlags & (SWXML_CONVBLOCK|SWXML_NOROOTCOMMIT); sal_uInt16 nCommitFlags = nFlags & (SWXML_CONVBLOCK|SWXML_NOROOTCOMMIT);
nFlags |= nCommitFlags; nFlags |= nCommitFlags;
......
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