summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:56:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:56:40 +0000
commit035894aca271cfa98edffb1537016f5a4ff4c315 (patch)
tree0b3ece6e8353b331822fd5e0052dc45962d2ce89 /tools
parent313e4e6fce92966446f18b51b310a7a4274f3fdc (diff)
INTEGRATION: CWS pchfix02 (1.11.22); FILE MERGED
2006/09/01 17:54:53 kaib 1.11.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/poly.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 7037eec17a2b..731821f42017 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: poly.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 10:00:11 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:56:40 $
*
* 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_tools.hxx"
+
#include <vector>
#include <iterator>
#include <algorithm>