diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:57:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:57:35 +0000 |
commit | ecd3a3e439de25eb41f968b451ff372460ce050d (patch) | |
tree | de89544687503d1f605d5e13e1045c09e9e81b19 /tools/source/inet | |
parent | 4285be42f7238fffc7c6d0810f3f117369995bef (diff) |
INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED
2006/09/01 17:54:54 kaib 1.11.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source/inet')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index 64ba84e621df..1a2a5b171df5 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetmime.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:45:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:57:35 $ * * 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_tools.hxx" + #include <cstddef> #include <limits> |