summaryrefslogtreecommitdiff
path: root/basegfx/source/point/b2dpoint.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 07:00:35 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 07:00:35 +0000
commit2d922166095bf02d084fcb7f2535904a38f20eff (patch)
treebd1ca13b54beb9159d5fe08677358f5fe50f20bb /basegfx/source/point/b2dpoint.cxx
parent88ac9d854f18906b1b6647b84768371e5b0cd06c (diff)
INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED
2006/09/01 17:16:35 kaib 1.7.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx/source/point/b2dpoint.cxx')
-rw-r--r--basegfx/source/point/b2dpoint.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/point/b2dpoint.cxx b/basegfx/source/point/b2dpoint.cxx
index e733d78eecaf..1827cd124ce3 100644
--- a/basegfx/source/point/b2dpoint.cxx
+++ b/basegfx/source/point/b2dpoint.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b2dpoint.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:56:49 $
+ * last change: $Author: obo $ $Date: 2006-09-17 07:59:52 $
*
* 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 _BGFX_POINT_B2DPOINT_HXX
#include <basegfx/point/b2dpoint.hxx>
#endif