diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:23:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:23:07 +0000 |
commit | 830acad04ba9938c0f26fded3ecf950b90403d3d (patch) | |
tree | 8ccc8579bf9073564ad98ffe31d8191d0f1cf69b | |
parent | de0eb63c28bfe7e83c38bdd0cc983032cc1e8d17 (diff) |
INTEGRATION: CWS pchfix02 (1.50.16); FILE MERGED
2006/09/01 17:56:20 kaib 1.50.16.1: #i68856# Added header markers and pch files
-rw-r--r-- | unotools/source/config/configitem.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 471d87c1a4ce..e772dc1de0ae 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: configitem.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:04:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:23:07 $ * * 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_unotools.hxx" #ifndef _UTL_CONFIGITEM_HXX_ #include "unotools/configitem.hxx" #endif |