diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:21:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:21:45 +0000 |
commit | 256f4d59facc37d7a89e239c3068acfe4876e34b (patch) | |
tree | 81228cada9d852603c3deac92a1638c8db257f10 | |
parent | b8db7b0fe7aab3f8639d936a9a0e31209ccbc6cb (diff) |
INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED
2006/09/01 17:20:43 kaib 1.3.60.1: #i68856# Added header markers and pch files
-rw-r--r-- | configmgr/source/tree/nodeaccess.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/tree/nodeaccess.cxx b/configmgr/source/tree/nodeaccess.cxx index e6ddfa5d93a1..db83445d5f10 100644 --- a/configmgr/source/tree/nodeaccess.cxx +++ b/configmgr/source/tree/nodeaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nodeaccess.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:18:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:21:45 $ * * 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 "nodeaccess.hxx" #ifndef CONFIGMGR_UPDATEACCESSOR_HXX |