diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:43:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:43:42 +0000 |
commit | 0fc52130ecc4d0040666b90edb3edbec5f358f63 (patch) | |
tree | b194e67a63bb3352efcc5a1ae4b839363de76797 /io/source/stm | |
parent | 98ccd46978db63bb5c2a7bebcc25e0d419e1d59d (diff) |
INTEGRATION: CWS pchfix02 (1.10.8); FILE MERGED
2006/09/01 17:31:25 kaib 1.10.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io/source/stm')
-rw-r--r-- | io/source/stm/odata.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index 12f327db8c11..fac39d6918cc 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odata.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:17:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:43:42 $ * * 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" + // streams #include <hash_map> |