diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:28:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:28:21 +0000 |
commit | e0a8d2a129607f84d714bf0875dcb11db1be7261 (patch) | |
tree | 3889c81d9568083cdc770e9dcb73c6895e760d31 /configmgr/source | |
parent | a075a3387af71872b297f27189be34defc6ebc4e (diff) |
INTEGRATION: CWS pchfix02 (1.28.60); FILE MERGED
2006/09/01 17:20:48 kaib 1.28.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treemgr/configset.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/configset.cxx b/configmgr/source/treemgr/configset.cxx index c4aed58c36fa..7ebf11fa698d 100644 --- a/configmgr/source/treemgr/configset.cxx +++ b/configmgr/source/treemgr/configset.cxx @@ -4,9 +4,9 @@ * * $RCSfile: configset.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:27:49 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:28:21 $ * * 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_configmgr.hxx" #include <stdio.h> // needed for Solaris 8 #include "configset.hxx" |