diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:22:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:22:12 +0000 |
commit | 9985fc1d2eb1bd7398fd303b9a9fc88ff0f9527c (patch) | |
tree | b8f88cf4c57a9ab280a5301d456fba2718d1203a /configmgr/source/tree | |
parent | 7a17cb03399f28add86aa276cc9f10f604048b79 (diff) |
INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED
2006/09/01 17:20:43 kaib 1.5.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source/tree')
-rw-r--r-- | configmgr/source/tree/nodevisitor.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/tree/nodevisitor.cxx b/configmgr/source/tree/nodevisitor.cxx index 2e789a1ef503..a6b971cc57b3 100644 --- a/configmgr/source/tree/nodevisitor.cxx +++ b/configmgr/source/tree/nodevisitor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nodevisitor.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:29:58 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:22:12 $ * * 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 "nodevisitor.hxx" #ifndef CONFIGMGR_NODEACCESS_HXX |