summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:04 +0000
committerJens Carl <j.carl43@gmx.de>2019-05-29 06:27:37 +0200
commitb07e191b357e7f5591834caae1075fe75f1531ad (patch)
tree2c0bc3387e79386b9805b9ab28235c012ccf4bb1 /filter
parentFix typo (diff)
downloadcore-b07e191b357e7f5591834caae1075fe75f1531ad.tar.gz
core-b07e191b357e7f5591834caae1075fe75f1531ad.zip
Fix typo
Change-Id: I3414f8badfbab89d0cab72e51fb4dcafc85b35e4 Reviewed-on: https://gerrit.libreoffice.org/73136 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
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";