diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:53:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:53:31 +0000 |
commit | 14f7c325c979e5701850dbbf4872fd9eedd3de41 (patch) | |
tree | 0e6674c1058bd42a2743def94186b7d5b02595b5 /goodies | |
parent | 7da476cc4c072e86ea756443dbc1d22b7b5fccf2 (diff) |
INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED
2006/09/01 17:30:14 kaib 1.4.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/itiff/lzwdecom.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/itiff/lzwdecom.cxx b/goodies/source/filter.vcl/itiff/lzwdecom.cxx index ff0edb20108d..c32b8fc870e4 100644 --- a/goodies/source/filter.vcl/itiff/lzwdecom.cxx +++ b/goodies/source/filter.vcl/itiff/lzwdecom.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lzwdecom.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:49:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:53:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_goodies.hxx" + #include "lzwdecom.hxx" LZWDecompressor::LZWDecompressor() |