diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:42:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:42:49 +0000 |
commit | 372349178cf9dd6ce0b5d7950d4a51d78df9141e (patch) | |
tree | e62607e4a5dcc462d87f7067dbc56bc48164e445 /io/source/connector | |
parent | 3d79dc88d749d0b36db57bfe57b75e02a0669451 (diff) |
INTEGRATION: CWS pchfix02 (1.19.8); FILE MERGED
2006/09/01 17:31:24 kaib 1.19.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io/source/connector')
-rw-r--r-- | io/source/connector/connector.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index 2f2826afd..88d6bdfda 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: connector.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: ihi $ $Date: 2006-08-24 10:36:17 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:42:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_io.hxx" #include <osl/mutex.hxx> #include "osl/security.hxx" |