diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:44:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:44:21 +0000 |
commit | 1a24ab47c1780c5d4873aa1d44598d332ef1718c (patch) | |
tree | 3791117823f197351657d08dee28258a10664266 /io | |
parent | 31aaeb069b620254a4ab04351c8d378a1c66196d (diff) |
INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED
2006/09/01 17:31:25 kaib 1.11.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/opump.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx index 98e78f9bff91..41b8049d36c8 100644 --- a/io/source/stm/opump.cxx +++ b/io/source/stm/opump.cxx @@ -4,9 +4,9 @@ * * $RCSfile: opump.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:18:14 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:44:21 $ * * 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_io.hxx" + #include <stdio.h> #include <osl/diagnose.h> |