summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/misc/eventlisteneradapter.cxx7
-rw-r--r--unotools/source/processfactory/componentfactory.cxx8
-rw-r--r--unotools/source/processfactory/processfactory.cxx7
3 files changed, 15 insertions, 7 deletions
diff --git a/unotools/source/misc/eventlisteneradapter.cxx b/unotools/source/misc/eventlisteneradapter.cxx
index dcab3a9376bf..55f4f33ae334 100644
--- a/unotools/source/misc/eventlisteneradapter.cxx
+++ b/unotools/source/misc/eventlisteneradapter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eventlisteneradapter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:15:39 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:27:37 $
*
* 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_unotools.hxx"
+
#ifndef _UNOTOOLS_EVENTLISTENERADAPTER_HXX_
#include <unotools/eventlisteneradapter.hxx>
#endif
diff --git a/unotools/source/processfactory/componentfactory.cxx b/unotools/source/processfactory/componentfactory.cxx
index d88e70ea2070..16c9ed9bf7ef 100644
--- a/unotools/source/processfactory/componentfactory.cxx
+++ b/unotools/source/processfactory/componentfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentfactory.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:47:44 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:28:04 $
*
* 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_unotools.hxx"
+
#include <unotools/componentfactory.hxx>
#include <comphelper/processfactory.hxx>
@@ -57,7 +60,6 @@
#include <osl/module.h>
-#pragma hdrstop
using namespace ::com::sun::star;
diff --git a/unotools/source/processfactory/processfactory.cxx b/unotools/source/processfactory/processfactory.cxx
index e6e90dcbff13..82457688c40e 100644
--- a/unotools/source/processfactory/processfactory.cxx
+++ b/unotools/source/processfactory/processfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: processfactory.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:48:15 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:28:18 $
*
* 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_unotools.hxx"
+
#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
#endif