[Libreoffice-commits] .: filter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Aug 18 22:35:26 PDT 2012


 filter/source/graphicfilter/epict/epict.cxx |    2 +-
 filter/source/msfilter/msdffimp.cxx         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ef1fabb29d8b38da11c75384cec8979bfbc2dca4
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Aug 19 07:31:26 2012 +0200

    fix mangled comments breaking build
    
    Change-Id: I4684ba6c30a2499093ceefeb096d9cfc3de76de9

diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx
index 3ca6863..3efdacc 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 4f7ebcb..501d04b 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() )


More information about the Libreoffice-commits mailing list