Kaydet (Commit) a6b68e0d authored tarafından Luboš Luňák's avatar Luboš Luňák

remove useless comments

Change-Id: I8702f8e4b76731ab167533478ba754c94114f419
üst e9ebca75
......@@ -987,9 +987,6 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) );
aBitmap.Crop( aCropRect );
}
/* Pseudocomment to add more context so that make patch.unapply
* works better. Ha!
*/
aBmpSaveList.push_back( new BSaveStruct( aBitmap, aRect, dwRop, pOut->GetFillStyle () ) );
}
}
......@@ -1060,7 +1057,6 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) );
aBitmap.Crop( aCropRect );
}
/* Another pseudocomment to make make patch.unapply work better */
aBmpSaveList.push_back( new BSaveStruct( aBitmap, aRect, dwRop, pOut->GetFillStyle () ) );
}
}
......
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