diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:49:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:49:17 +0000 |
commit | 030f71a34d1294caa99b99b6cab810aa30a779d8 (patch) | |
tree | 79817f6ada4b4615a8f93b5f06c13e8e7b387ec9 /goodies | |
parent | f6e09242599dd62a16d3cb34ea2c8e2c456237c7 (diff) |
INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED
2005/10/28 12:40:52 sj 1.3.26.1: #i55991# warning free code
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/itiff/lzwdecom.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/itiff/lzwdecom.cxx b/goodies/source/filter.vcl/itiff/lzwdecom.cxx index ced686fad09f..ff0edb20108d 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:03:07 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:49:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,6 @@ * ************************************************************************/ -#include <tools/new.hxx> #include "lzwdecom.hxx" LZWDecompressor::LZWDecompressor() |