diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:59:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:59:32 +0000 |
commit | 599d6f3f78b985263e0c96bf981fbe114c8a2b80 (patch) | |
tree | f0e1e545262c4275c1f302288c47b69e604aa3f3 /automation | |
parent | 2de0cf0201a54de63bdee09ac96b863f1e1e76e3 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.108); FILE MERGED
2007/06/04 13:30:23 vg 1.4.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/inc/cmdbasestream.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/inc/cmdbasestream.hxx b/automation/source/inc/cmdbasestream.hxx index a5218e1ccc0e..d35672850e2c 100644 --- a/automation/source/inc/cmdbasestream.hxx +++ b/automation/source/inc/cmdbasestream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdbasestream.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:17:09 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:59:32 $ * * 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 _CMDBASESTREAM_HXX_ #define _CMDBASESTREAM_HXX_ -#include "commtypes.hxx" +#include <automation/commtypes.hxx> #include "icommstream.hxx" class CmdBaseStream |