summaryrefslogtreecommitdiff
path: root/automation/source/simplecm
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:01:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:01:34 +0000
commit0777e3916b817791c3a66501632fe10b8c04eb16 (patch)
tree64c6808adbef88f53f3185f28843a74247152bc1 /automation/source/simplecm
parentc03aeb5befc6100f8ebc1127411b35eeff8cb445 (diff)
INTEGRATION: CWS vgbugs07 (1.3.108); FILE MERGED
2007/06/04 13:30:24 vg 1.3.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'automation/source/simplecm')
-rw-r--r--automation/source/simplecm/communiio.hxx6
-rw-r--r--automation/source/simplecm/packethandler.hxx8
2 files changed, 7 insertions, 7 deletions
diff --git a/automation/source/simplecm/communiio.hxx b/automation/source/simplecm/communiio.hxx
index 8eaa81ef1154..0e2882f700d3 100644
--- a/automation/source/simplecm/communiio.hxx
+++ b/automation/source/simplecm/communiio.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: communiio.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:28:20 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:01:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
*
************************************************************************/
-#include "commtypes.hxx"
+#include <automation/commtypes.hxx>
#define C_ERROR_NONE 0x0001
#define C_ERROR_PERMANENT 0x0002
diff --git a/automation/source/simplecm/packethandler.hxx b/automation/source/simplecm/packethandler.hxx
index 5d17caf35065..cb07f85765b9 100644
--- a/automation/source/simplecm/packethandler.hxx
+++ b/automation/source/simplecm/packethandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: packethandler.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:29:02 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:01:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,8 +44,8 @@
#ifndef _TOOLS_PACKETHANDLER_HXX_
#define _TOOLS_PACKETHANDLER_HXX_
-#include "commtypes.hxx"
-#include "commdefines.hxx"
+#include <automation/commtypes.hxx>
+#include <automation/commdefines.hxx>
class ITransmiter;
class IReceiver;