[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 04:28:40 UTC 2019


 filter/source/msfilter/escherex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b07e191b357e7f5591834caae1075fe75f1531ad
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:04 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed May 29 06:27:37 2019 +0200

    Fix typo
    
    Change-Id: I3414f8badfbab89d0cab72e51fb4dcafc85b35e4
    Reviewed-on: https://gerrit.libreoffice.org/73136
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 019516791adc..ed0246fcdf7c 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -4191,7 +4191,7 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, GraphicObjec
                 if ( !aGraphic.IsAnimated() )
                     nErrCode = GraphicConverter::Export( aStream, aGraphic, ( eGraphicType == GraphicType::Bitmap ) ? ConvertDataFormat::PNG  : ConvertDataFormat::EMF );
                 else
-                {   // to store a animation, a gif has to be included into the msOG chunk of a png  #I5583#
+                {   // to store an animation, a gif has to be included into the msOG chunk of a png  #I5583#
                     GraphicFilter &rFilter = GraphicFilter::GetGraphicFilter();
                     SvMemoryStream  aGIFStream;
                     const char* const pString = "MSOFFICE9.0";


More information about the Libreoffice-commits mailing list