summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 00:05:56 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 00:05:56 +0000
commita502402705df6112b7bdc0ae82576a6bb0e80681 (patch)
treeb767e9bacc1468e2d149c8367923b95628a546c7
parent92eef8bab1d3aa75aa136b11d70d00a07c70f7d1 (diff)
INTEGRATION: CWS pchfix02 (1.2.120); FILE MERGED
2006/09/01 17:55:00 kaib 1.2.120.1: #i68856# Added header markers and pch files
-rw-r--r--tools/unx/source/dll/toolsdll.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx
index 2f1bf269c206..ff2476fc163c 100644
--- a/tools/unx/source/dll/toolsdll.cxx
+++ b/tools/unx/source/dll/toolsdll.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolsdll.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:41:49 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:05:56 $
*
* 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"
+
#ifndef _SHL_HXX
#include <shl.hxx>
#endif