diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:59:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:59:44 +0000 |
commit | a4337ea8380503479b3521f3b4e8378f17e50960 (patch) | |
tree | 6a23a51df2b1b12dbdf778979f7fb0325362fb0f /automation/source/inc | |
parent | 4b0814b106dff6e43708e21d763472805f83e17c (diff) |
INTEGRATION: CWS vgbugs07 (1.2.108); FILE MERGED
2007/06/04 13:30:23 vg 1.2.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'automation/source/inc')
-rw-r--r-- | automation/source/inc/icommstream.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/inc/icommstream.hxx b/automation/source/inc/icommstream.hxx index 6902c05ca..b5c27a5e6 100644 --- a/automation/source/inc/icommstream.hxx +++ b/automation/source/inc/icommstream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: icommstream.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:17:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:59:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ #ifndef _AUTOMATION_ICOMMSTREAM_HXX_ #define _AUTOMATION_ICOMMSTREAM_HXX_ -#include "commtypes.hxx" +#include <automation/commtypes.hxx> class ICommStream { |