summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 06:59:24 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 06:59:24 +0000
commit506a593d5ac44e3c54abe743ec706306bd5f4f78 (patch)
tree99024dbe64f379c29b4eccd291380bac18947291
parentdab0221202d706c55100f6a66699487b831f5f69 (diff)
INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED
2006/09/01 17:16:34 kaib 1.4.36.1: #i68856# Added header markers and pch files
-rw-r--r--basegfx/source/numeric/ftools.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/numeric/ftools.cxx b/basegfx/source/numeric/ftools.cxx
index 0acae257b516..88a59bf06e4c 100644
--- a/basegfx/source/numeric/ftools.cxx
+++ b/basegfx/source/numeric/ftools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftools.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:43:05 $
+ * last change: $Author: obo $ $Date: 2006-09-17 07:59:24 $
*
* 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_NUMERIC_FTOOLS_HXX
#include <basegfx/numeric/ftools.hxx>
#endif