diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:50:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:50:47 +0000 |
commit | 6294fed065b11b0136af2f2bec7bc6d4c981038b (patch) | |
tree | 6b1caaf96be9753e4f33e8ad3e9119769014827b /sal/qa/osl/pipe | |
parent | baf824df3566a871312e2a0152f6fdfc8920f991 (diff) |
INTEGRATION: CWS pchfix02 (1.6.140); FILE MERGED
2006/09/01 17:34:05 kaib 1.6.140.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sal/qa/osl/pipe')
-rw-r--r-- | sal/qa/osl/pipe/osl_Pipe.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index e3124cdc7..69d98d63a 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: osl_Pipe.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:32:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:50:47 $ * * 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_sal.hxx" //------------------------------------------------------------------------ // include files |