summaryrefslogtreecommitdiff
path: root/basegfx/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 07:09:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 07:09:07 +0000
commitab8754fcafc62f3c5127b80a3fe17e193cbb9c9e (patch)
tree09e3c0507b5ce0de3c6d30b40fe86312e23173e7 /basegfx/source
parent48ba97493d32d5b4f76f99e93667eae19c31b596 (diff)
INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED
2006/09/01 17:16:41 kaib 1.4.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx/source')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx7
-rw-r--r--basegfx/source/workbench/convexhull.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index 7629943912ea..0bf359f82b2d 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bezierclip.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:55:49 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:08:53 $
*
* 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"
+
#include <algorithm>
#include <iterator>
#include <vector>
diff --git a/basegfx/source/workbench/convexhull.cxx b/basegfx/source/workbench/convexhull.cxx
index 31cda25e89c4..7dbdb9c322e0 100644
--- a/basegfx/source/workbench/convexhull.cxx
+++ b/basegfx/source/workbench/convexhull.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convexhull.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:56:24 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:09:07 $
*
* 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"
+
#include <algorithm>
#include <functional>
#include <vector>