diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:29:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:29:27 +0000 |
commit | 2a4cc8a8a4501ad98f5d22729d3145509650d5c2 (patch) | |
tree | 6fe2818c01c3e40a75a9b2a724decc6642b7c923 /configmgr | |
parent | 138e86e9952eacbf8fe64455c79fc88baa6e759d (diff) |
INTEGRATION: CWS pchfix02 (1.19.18); FILE MERGED
2006/09/01 17:20:49 kaib 1.19.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/nodechangeimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/nodechangeimpl.cxx b/configmgr/source/treemgr/nodechangeimpl.cxx index eb3f6902cb6c..8744b831044a 100644 --- a/configmgr/source/treemgr/nodechangeimpl.cxx +++ b/configmgr/source/treemgr/nodechangeimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nodechangeimpl.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:32:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:29:27 $ * * 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 "nodechangeimpl.hxx" #ifndef CONFIGMGR_CONFIGCHANGEINFO_HXX_ |