diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-19 07:31:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-19 07:34:45 +0200 |
commit | ef1fabb29d8b38da11c75384cec8979bfbc2dca4 (patch) | |
tree | 4554bfcb93f8499e856d76d2e4f1069281702190 | |
parent | 7f0ff09dc3847da402810597b7f514c7eff53c3b (diff) |
fix mangled comments breaking build
Change-Id: I4684ba6c30a2499093ceefeb096d9cfc3de76de9
-rw-r--r-- | filter/source/graphicfilter/epict/epict.cxx | 2 | ||||
-rw-r--r-- | filter/source/msfilter/msdffimp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx index 3ca68633da8d..3efdacc8dc86 100644 --- a/filter/source/graphicfilter/epict/epict.cxx +++ b/filter/source/graphicfilter/epict/epict.cxx @@ -920,7 +920,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize, // If 24-Bit, then create the Opcode 'DirectBitsRect': if ( nBitsPerPixel == 24 ) { -:Anzahl Bytes einer (ungepackten) Zeile in Quelle und Ziel berechnen: + // Anzahl Bytes einer (ungepackten) Zeile in Quelle und Ziel berechnen: nSrcRowBytes =( ( 3 * nWidth ) + 0x0003 ) & 0xfffc; nDstRowBytes = nWidth * 4; diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 4f7ebcbd789c..501d04bcb936 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -6470,7 +6470,7 @@ sal_Bool SvxMSDffManager::GetBLIP( sal_uLong nIdx_, Graphic& rData, Rectangle* p // passende Info-Struct aus unserem Pointer Array nehmen SvxMSDffBLIPInfo& rInfo = (*pBLIPInfos)[ nIdx-1 ]; -in the data streamim Daten Stream anspringen + // das BLIP Atom im Daten Stream anspringen pStData->Seek( rInfo.nFilePos ); // ggfs. Fehlerstatus zuruecksetzen if( pStData->GetError() ) |