diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:12:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:12:32 +0000 |
commit | ee22e11289f7cf829a21cc73d4e50df609062d0c (patch) | |
tree | 8bf15d5dfe33222bb57c482d1842ca8a54c04588 /configmgr/source/localbe | |
parent | 02ff40afe084a406bd21be49f8af0de41fa30586 (diff) |
INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED
2006/09/01 17:20:35 kaib 1.5.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source/localbe')
-rw-r--r-- | configmgr/source/localbe/localoutputstream.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/localbe/localoutputstream.cxx b/configmgr/source/localbe/localoutputstream.cxx index 96a9fac0cb6c..8ee5549a70e7 100644 --- a/configmgr/source/localbe/localoutputstream.cxx +++ b/configmgr/source/localbe/localoutputstream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localoutputstream.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:05:17 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:12:32 $ * * 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_configmgr.hxx" + #ifndef CONFIGMGR_LOCALBE_LOCALOUTPUTSTREAM_HXX_ #include "localoutputstream.hxx" #endif // CONFIGMGR_LOCALBE_LOCALOUTPUTSTREAM_HXX_ |