summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/egif/egif.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/egif/egif.cxx')
-rw-r--r--filter/source/graphicfilter/egif/egif.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/egif/egif.cxx b/filter/source/graphicfilter/egif/egif.cxx
index 5962bf2a7c8e..a774534292b7 100644
--- a/filter/source/graphicfilter/egif/egif.cxx
+++ b/filter/source/graphicfilter/egif/egif.cxx
@@ -312,7 +312,7 @@ void GIFWriter::WriteGlobalHeader( const Size& rSize )
m_rGIF << cFlags;
m_rGIF << (sal_uInt8) 0x00;
m_rGIF << (sal_uInt8) 0x00;
-
+
// write dummy palette with two entries (black/white);
// we do this only because of a bug in Photoshop, since those can't
// read pictures without a global color palette
@@ -332,7 +332,7 @@ void GIFWriter::WriteLoopExtension( const Animation& rAnimation )
DBG_ASSERT( rAnimation.Count() > 0, "Animation has no bitmaps!" );
sal_uInt16 nLoopCount = (sal_uInt16) rAnimation.GetLoopCount();
-
+
// if only one run should take place
// the LoopExtension won't be written
// The default in this case is a single run