diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:05:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:05:26 +0000 |
commit | c24c1a18933b8b1f9b38186e72fb3e3b114f966c (patch) | |
tree | e34977976c6d620fa072d5cf203c8ecef64e4a70 | |
parent | 1e50ad7fbef8a6014d5c707263971c62a91d4adc (diff) |
INTEGRATION: CWS pchfix02 (1.24.48); FILE MERGED
2006/09/01 17:29:15 kaib 1.24.48.1: #i68856# Added header markers and pch files
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 46b7092dc1b6..772cf0234f1e 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: loadenv.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:24:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:05:26 $ * * 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_framework.hxx" //_______________________________________________ // includes of own project |