diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:49 +0000 |
commit | 56866c7984680d70afe3940b499c0a5bd44883b8 (patch) | |
tree | 5dd055ec04b578220a2d5aefdb31c4fc5f2f51d0 /goodies | |
parent | fef65b67f74b49ea5472be4921ab8b3c64a5759b (diff) |
INTEGRATION: CWS pchfix02 (1.8.112); FILE MERGED
2006/09/01 17:30:10 kaib 1.8.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxfgrprd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxfgrprd.cxx b/goodies/source/filter.vcl/idxf/dxfgrprd.cxx index da0286d55679..8d2eeff306a4 100644 --- a/goodies/source/filter.vcl/idxf/dxfgrprd.cxx +++ b/goodies/source/filter.vcl/idxf/dxfgrprd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dxfgrprd.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2005-09-28 12:01:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:49:49 $ * * 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 <string.h> #include <stdlib.h> #include <tools/stream.hxx> |