diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:01:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:01:46 +0000 |
commit | daefadb5a22456b6e19c4de5c77278a96dd2800a (patch) | |
tree | 5b2234cdbd1d3319572e7a8e11920d1fa59fc091 /automation/source/simplecm/simplecm.cxx | |
parent | 35dac2c88c62a91a2ee7fb2399db870626535269 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.48); FILE MERGED
2007/06/04 13:30:24 vg 1.6.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'automation/source/simplecm/simplecm.cxx')
-rw-r--r-- | automation/source/simplecm/simplecm.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx index c69831346..46a4a3aa9 100644 --- a/automation/source/simplecm/simplecm.cxx +++ b/automation/source/simplecm/simplecm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simplecm.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:37:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:01:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,10 +41,10 @@ #include <tools/solar.h> #ifndef _SIMPLECM_HXX -#include "simplecm.hxx" +#include <automation/simplecm.hxx> #endif -#include "commdefines.hxx" +#include <automation/commdefines.hxx> #include "packethandler.hxx" #include "tcpio.hxx" |