diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:23:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:23:35 +0000 |
commit | 25e9dcc3b64c4d12d7ea3338085d6dd26aeb9f89 (patch) | |
tree | b4e2b50e12d9df83d143ba977c7678c16bcd1c40 /configmgr | |
parent | 94c9e66025fe4bbe09b6544b655d780dd63f3b03 (diff) |
INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED
2006/09/01 17:20:44 kaib 1.6.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/treenodefactory.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/tree/treenodefactory.cxx b/configmgr/source/tree/treenodefactory.cxx index b4b097e79e71..a03c7d43d556 100644 --- a/configmgr/source/tree/treenodefactory.cxx +++ b/configmgr/source/tree/treenodefactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: treenodefactory.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:20:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:23:35 $ * * 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 <stdio.h> #include "treenodefactory.hxx" |