summaryrefslogtreecommitdiff
path: root/automation/source/communi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:33:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:33:49 +0000
commitc38819935bf93989841b464720d369e4fc8fcb3c (patch)
tree41da5b4b386ac4fb5860c14bd89325d1987787e4 /automation/source/communi
parent505c4f83aa3b523471872f443ce5b635ace1a988 (diff)
INTEGRATION: CWS pchfix02 (1.4.14); FILE MERGED
2006/09/01 17:16:04 kaib 1.4.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation/source/communi')
-rw-r--r--automation/source/communi/communi.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx
index 9cce78729f53..d79640dade14 100644
--- a/automation/source/communi/communi.cxx
+++ b/automation/source/communi/communi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: communi.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:20:41 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:33:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_automation.hxx"
#include <stdio.h>
#if OSL_DEBUG_LEVEL > 1
#define DEBUGPRINTF(x) { printf(x); fflush( stdout ); }