diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:29:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:29:14 +0000 |
commit | 138e86e9952eacbf8fe64455c79fc88baa6e759d (patch) | |
tree | 26e12ac647079dd620b0c5c7ea1d0c8aa39e95be /configmgr | |
parent | c4070bf16ec9b841768bd0d6f5f1141bb5ea18a8 (diff) |
INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED
2006/09/01 17:20:49 kaib 1.10.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/nodechange.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/nodechange.cxx b/configmgr/source/treemgr/nodechange.cxx index 951d4156875f..a6eee383d335 100644 --- a/configmgr/source/treemgr/nodechange.cxx +++ b/configmgr/source/treemgr/nodechange.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nodechange.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:29:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:29:14 $ * * 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" + #include "nodechange.hxx" #include "nodechangeimpl.hxx" #include "nodechangeinfo.hxx" |