summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx')
-rw-r--r--editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx45
1 files changed, 45 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx b/editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx
new file mode 100644
index 000000000000..223277a5cd7e
--- /dev/null
+++ b/editors/openoffice-1.0/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc_disabled.cxx
@@ -0,0 +1,45 @@
+--- /dev/null 1970-01-01 01:00:00.000000000 +0100
++++ ../goodies/source/filter.vcl/egif/giflzwc_disabled.cxx 2002-08-15 15:09:47.000000000 +0200
+@@ -0,0 +1,42 @@
++/**********************************
++ * This code is copied from giflzwc.cxx, with the patented LZW compression code removed.
++ **********************************/
++
++//#include <tools/stream.hxx>
++#include "giflzwc.hxx"
++
++// --------------------
++// - GIFLZWCompressor -
++// --------------------
++
++GIFLZWCompressor::GIFLZWCompressor()
++{
++ pIDOS=NULL;
++}
++
++// ------------------------------------------------------------------------
++
++GIFLZWCompressor::~GIFLZWCompressor()
++{
++}
++
++// ------------------------------------------------------------------------
++
++void GIFLZWCompressor::StartCompression( SvStream& rGIF, USHORT nPixelSize )
++{
++ /********************** DISABLED *************************/
++}
++
++// ------------------------------------------------------------------------
++
++void GIFLZWCompressor::Compress( HPBYTE pSrc, ULONG nSize )
++{
++ /********************** DISABLED *************************/
++}
++
++// ------------------------------------------------------------------------
++
++void GIFLZWCompressor::EndCompression()
++{
++ /********************** DISABLED *************************/
++}