diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:08:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:08:39 +0000 |
commit | 48ba97493d32d5b4f76f99e93667eae19c31b596 (patch) | |
tree | 8f4295517f5bcab546ac1470cfe5d776df13c6ba /basegfx | |
parent | ce6546712511950d391b3984c8533d2823f4a324 (diff) |
INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED
2006/09/01 17:16:41 kaib 1.2.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/vector/b3ivector.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/vector/b3ivector.cxx b/basegfx/source/vector/b3ivector.cxx index 6f03c100673d..5aba682fdd2e 100644 --- a/basegfx/source/vector/b3ivector.cxx +++ b/basegfx/source/vector/b3ivector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3ivector.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:55:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:08:39 $ * * 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_B3IVECTOR_HXX #include <basegfx/vector/b3ivector.hxx> #endif |