diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:26:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:26:33 +0000 |
commit | 48606b99bd3c7a1db5893019467595eb05102c85 (patch) | |
tree | a989b202e9c2b5948049fed10c3e47f6e49d9121 /configmgr | |
parent | 070dd778443b14fbe99db46bbb8e4d70ab0a9567 (diff) |
INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED
2006/09/01 17:20:46 kaib 1.20.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treecache/invalidatetree.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treecache/invalidatetree.cxx b/configmgr/source/treecache/invalidatetree.cxx index 09bf939b0bb4..b62b4e6e962a 100644 --- a/configmgr/source/treecache/invalidatetree.cxx +++ b/configmgr/source/treecache/invalidatetree.cxx @@ -4,9 +4,9 @@ * * $RCSfile: invalidatetree.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:25:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:26:33 $ * * 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 "cachecontroller.hxx" |