diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:07:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:07:43 +0000 |
commit | d538e80acccfce1ac2c836a1efe451d0117860cb (patch) | |
tree | f9035df7199dcb2deaea9130ad230bba44b89397 /basegfx | |
parent | a539938662cedd5d81409ea2df56fcc162cbe794 (diff) |
INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED
2006/09/01 17:16:40 kaib 1.4.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tuple/b2ituple.cxx | 7 | ||||
-rw-r--r-- | basegfx/source/tuple/b3i64tuple.cxx | 7 | ||||
-rw-r--r-- | basegfx/source/tuple/b3ituple.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/basegfx/source/tuple/b2ituple.cxx b/basegfx/source/tuple/b2ituple.cxx index 883125b4486f..bda4d5d38aa5 100644 --- a/basegfx/source/tuple/b2ituple.cxx +++ b/basegfx/source/tuple/b2ituple.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2ituple.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:52:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:06:55 $ * * 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_basegfx.hxx" + #ifndef _BGFX_TUPLE_B2ITUPLE_HXX #include <basegfx/tuple/b2ituple.hxx> #endif diff --git a/basegfx/source/tuple/b3i64tuple.cxx b/basegfx/source/tuple/b3i64tuple.cxx index 16636754e9a9..4cbab175f8da 100644 --- a/basegfx/source/tuple/b3i64tuple.cxx +++ b/basegfx/source/tuple/b3i64tuple.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3i64tuple.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:53:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:07:23 $ * * 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_basegfx.hxx" + #ifndef _BGFX_TUPLE_B3I64TUPLE_HXX #include <basegfx/tuple/b3i64tuple.hxx> #endif diff --git a/basegfx/source/tuple/b3ituple.cxx b/basegfx/source/tuple/b3ituple.cxx index dc9f6ce94913..75c2fac10141 100644 --- a/basegfx/source/tuple/b3ituple.cxx +++ b/basegfx/source/tuple/b3ituple.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3ituple.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:53:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:07:43 $ * * 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_basegfx.hxx" + #ifndef _BGFX_TUPLE_B3ITUPLE_HXX #include <basegfx/tuple/b3ituple.hxx> #endif |