diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:36 +0000 |
commit | fef65b67f74b49ea5472be4921ab8b3c64a5759b (patch) | |
tree | 56ca4af1539d1b0bf4a939eadfc076362729d1f1 /goodies | |
parent | 7e31008b44286fa5fe56bf7b3ef4c75688f5879e (diff) |
INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED
2006/09/01 17:30:10 kaib 1.5.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxfentrd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxfentrd.cxx b/goodies/source/filter.vcl/idxf/dxfentrd.cxx index c97a83f4609a..158aac0b8fdd 100644 --- a/goodies/source/filter.vcl/idxf/dxfentrd.cxx +++ b/goodies/source/filter.vcl/idxf/dxfentrd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dxfentrd.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:46:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:49:36 $ * * 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 <dxfentrd.hxx> |