summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 02:28:25 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 02:28:25 +0000
commit094c3d71501bfd5d9521e20e2db099af58873e5b (patch)
treedd94e7ae3816b56bc24859ced2fa53e6876f7ad3
parentc3c49d043ef7c9e48e3a6bf1e5d02cb52a4489c5 (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
-rw-r--r--canvas/source/tools/surface.cxx7
-rw-r--r--canvas/source/tools/verifyinput.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/canvas/source/tools/surface.cxx b/canvas/source/tools/surface.cxx
index 6d75fb5c8ba1..ec3e8c68e0ac 100644
--- a/canvas/source/tools/surface.cxx
+++ b/canvas/source/tools/surface.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: surface.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:19:13 $
+ * last change: $Author: obo $ $Date: 2006-09-17 03:27:42 $
*
* 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 "surface.hxx"
#include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <comphelper/scopeguard.hxx>
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>