diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:28:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:28:25 +0000 |
commit | 094c3d71501bfd5d9521e20e2db099af58873e5b (patch) | |
tree | dd94e7ae3816b56bc24859ced2fa53e6876f7ad3 /canvas/source/tools/verifyinput.cxx | |
parent | c3c49d043ef7c9e48e3a6bf1e5d02cb52a4489c5 (diff) |
INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED
2006/09/01 17:18:07 kaib 1.3.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/tools/verifyinput.cxx')
-rw-r--r-- | canvas/source/tools/verifyinput.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/tools/verifyinput.cxx b/canvas/source/tools/verifyinput.cxx index 6c0ac5296bd2..7475070493b4 100644 --- a/canvas/source/tools/verifyinput.cxx +++ b/canvas/source/tools/verifyinput.cxx @@ -4,9 +4,9 @@ * * $RCSfile: verifyinput.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:19:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:28:25 $ * * 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_canvas.hxx" + #include <com/sun/star/geometry/AffineMatrix2D.hpp> #include <com/sun/star/geometry/Matrix2D.hpp> #include <com/sun/star/geometry/RealPoint2D.hpp> |