diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-06-21 18:06:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-06-21 18:06:13 +0000 |
commit | 527fe2aa36a95b3175360ca043bc75f622897e2b (patch) | |
tree | 76b84e6401a5b9366d4d14290dd827dd207c2db0 /automation/source | |
parent | be610b49613ca9b20777860fe28520a318226746 (diff) |
INTEGRATION: CWS bserver01 (1.2.136); FILE MERGED
2005/06/21 16:06:22 kz 1.2.136.1: #122892# move communi to automation
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/server/server.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/server.hxx b/automation/source/server/server.hxx index 77d73a48f6e7..5f4ca871067f 100644 --- a/automation/source/server/server.hxx +++ b/automation/source/server/server.hxx @@ -2,9 +2,9 @@ * * $RCSfile: server.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-15 15:53:49 $ + * last change: $Author: rt $ $Date: 2005-06-21 19:06:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ namespace vos #endif #ifndef _COMMUNI_HXX -#include <svtools/communi.hxx> +#include "communi.hxx" #endif #define TT_PORT_NOT_INITIALIZED ULONG(0xFFFFFFFF) // Eigentlich ja noch mehr, aber soll mal reichen |