diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:07:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:07:57 +0000 |
commit | 2ea4af83f5c503f6598258116bf9f8573277b191 (patch) | |
tree | 7782b87f2086e864083ace81448d8ef74dc7e066 /basegfx | |
parent | d538e80acccfce1ac2c836a1efe451d0117860cb (diff) |
INTEGRATION: CWS pchfix02 (1.14.28); FILE MERGED
2006/09/01 17:16:40 kaib 1.14.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/vector/b2dvector.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/vector/b2dvector.cxx b/basegfx/source/vector/b2dvector.cxx index e1aa75bb4ea7..d3d6e7c75940 100644 --- a/basegfx/source/vector/b2dvector.cxx +++ b/basegfx/source/vector/b2dvector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dvector.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2005-11-02 14:01:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:07:57 $ * * 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_VECTOR_B2DVECTOR_HXX #include <basegfx/vector/b2dvector.hxx> #endif |