diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:53:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:53:31 +0000 |
commit | 7493246383edab463f0e7d4e3c3a7810314d7c5a (patch) | |
tree | 32cac3b820656727123a41902a028c01b0f8b3d1 /cppcanvas/source/wrapper/implspritecanvas.cxx | |
parent | d111651afe7ff7e3c5a492b9c41479e2b6ceb034 (diff) |
INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED
2006/09/01 17:22:51 kaib 1.7.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppcanvas/source/wrapper/implspritecanvas.cxx')
-rw-r--r-- | cppcanvas/source/wrapper/implspritecanvas.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/implspritecanvas.cxx b/cppcanvas/source/wrapper/implspritecanvas.cxx index bb22c402d583..0f53db6c9818 100644 --- a/cppcanvas/source/wrapper/implspritecanvas.cxx +++ b/cppcanvas/source/wrapper/implspritecanvas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: implspritecanvas.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:44:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:53:18 $ * * 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_cppcanvas.hxx" + #ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX #include <basegfx/matrix/b2dhommatrix.hxx> #endif |