diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-06-20 19:25:04 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-06-22 16:50:16 +0200 |
commit | a6b68e0d23d137f93d7c1d06fd17624d4e09aa4f (patch) | |
tree | b65819039d44a1f3177aa9d45d0be3424b522474 | |
parent | e9ebca75897f150b2e6f09f9e6153ff9ef3c5906 (diff) |
remove useless comments
Change-Id: I8702f8e4b76731ab167533478ba754c94114f419
-rw-r--r-- | svtools/source/filter/wmf/enhwmf.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx index f19c8f19a2a8..2043afa36a21 100644 --- a/svtools/source/filter/wmf/enhwmf.cxx +++ b/svtools/source/filter/wmf/enhwmf.cxx @@ -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 () ) ); } } |