diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:09:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:09:39 +0000 |
commit | 519c7a964c878520b8bba2a3b0501a70f87323a5 (patch) | |
tree | 735829f2376af5dba923675c68dc8403277a9e02 /configmgr | |
parent | 9b19f845a1f79bab68303ffd661fdb8860864bd3 (diff) |
INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED
2006/09/01 17:20:33 kaib 1.3.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/data/anydata.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/data/anydata.cxx b/configmgr/source/data/anydata.cxx index 0b4866570f8b..ce1a6cf333dd 100644 --- a/configmgr/source/data/anydata.cxx +++ b/configmgr/source/data/anydata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: anydata.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:22:20 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:09:39 $ * * 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 "anydata.hxx" #ifndef INCLUDED_SHARABLE_SEQUENCE_HXX |