diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:41 +0000 |
commit | 9ba7cfde55811420156c4893c712d3a6cdac0a80 (patch) | |
tree | cdafa4582b6f288065e308d480f0b221317cdb37 /stoc | |
parent | f9fd83c643e82b5a9ffa6f51e7799628d22986ff (diff) |
INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED
2006/09/01 17:41:18 kaib 1.2.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/tdmanager/tdmgr_tdenumeration.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/tdmanager/tdmgr_tdenumeration.cxx b/stoc/source/tdmanager/tdmgr_tdenumeration.cxx index 834e3175d955..9d05a3c84bcb 100644 --- a/stoc/source/tdmanager/tdmgr_tdenumeration.cxx +++ b/stoc/source/tdmanager/tdmgr_tdenumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdmgr_tdenumeration.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:14:10 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:37:41 $ * * 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_stoc.hxx" + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |