diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:49:10 +0000 |
commit | 7e31008b44286fa5fe56bf7b3ef4c75688f5879e (patch) | |
tree | d1982103b32fd2b448ecea1039ac00531a7cc8d6 /goodies | |
parent | ff7562778e021b8c851391a88df1d7ebce2b3973 (diff) |
INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED
2006/09/01 17:30:09 kaib 1.8.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxf2mtf.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxf2mtf.cxx b/goodies/source/filter.vcl/idxf/dxf2mtf.cxx index c8a9562cc49f..9e43d1e726c3 100644 --- a/goodies/source/filter.vcl/idxf/dxf2mtf.cxx +++ b/goodies/source/filter.vcl/idxf/dxf2mtf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dxf2mtf.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:46:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:49:10 $ * * 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 <math.h> #include <string.h> #include <vcl/gdimtf.hxx> |