diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:59:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:59:09 +0000 |
commit | dab0221202d706c55100f6a66699487b831f5f69 (patch) | |
tree | f246a72d9ce4b59f61754de1158f75a41b023eac /basegfx | |
parent | d655415fd59fb548057331f6ca6b2ad461e3b021 (diff) |
INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:16:34 kaib 1.10.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/matrix/b3dhommatrix.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/matrix/b3dhommatrix.cxx b/basegfx/source/matrix/b3dhommatrix.cxx index 803682071214..4a17e1986025 100644 --- a/basegfx/source/matrix/b3dhommatrix.cxx +++ b/basegfx/source/matrix/b3dhommatrix.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dhommatrix.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-07-13 09:56:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:59:09 $ * * 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 INCLUDED_RTL_INSTANCE_HXX #include <rtl/instance.hxx> #endif |