diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:37:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:37:22 +0000 |
commit | 310aa0fc87c33c9dcc5fce03b15d9d51344cca46 (patch) | |
tree | a09cbe6fbd97bff373a7acfb411139ce443e2162 /automation | |
parent | c42d6fc02c4c923f01f57092eefa50e70944d6a2 (diff) |
INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED
2006/09/01 17:16:06 kaib 1.3.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/svcommstream.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/svcommstream.cxx b/automation/source/server/svcommstream.cxx index d1f515c6b69f..33482164a304 100644 --- a/automation/source/server/svcommstream.cxx +++ b/automation/source/server/svcommstream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svcommstream.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:59:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:37:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_automation.hxx" + #include "svcommstream.hxx" SvCommStream::SvCommStream( SvStream* pIO ) { pStream = pIO; } |