diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:21 +0000 |
commit | f9fd83c643e82b5a9ffa6f51e7799628d22986ff (patch) | |
tree | 638a058a1bec3597021657792ec8f69010536c7b /stoc/source/tdmanager | |
parent | 78b664f7c470056b4c19d6a3c1fcab8625553656 (diff) |
INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED
2006/09/01 17:41:18 kaib 1.4.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc/source/tdmanager')
-rw-r--r-- | stoc/source/tdmanager/tdmgr_check.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/tdmanager/tdmgr_check.cxx b/stoc/source/tdmanager/tdmgr_check.cxx index 518c15364321..756ee04b957d 100644 --- a/stoc/source/tdmanager/tdmgr_check.cxx +++ b/stoc/source/tdmanager/tdmgr_check.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdmgr_check.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:06:36 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:37:21 $ * * 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" + #include "tdmgr_common.hxx" #include "rtl/ustrbuf.hxx" #include "typelib/typedescription.h" |