diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:36 +0000 |
commit | ff081a1413b3867136c30e906dd895445b7bff5a (patch) | |
tree | ae371b4867a27f918e405251f25d65328e1d3be7 /stoc | |
parent | 60bffc354aaa81ef460307954fb031bde25721e4 (diff) |
INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED
2006/09/01 17:41:16 kaib 1.5.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/tdsingleton.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/tdsingleton.cxx b/stoc/source/registry_tdprovider/tdsingleton.cxx index 401d26cbeb11..30b6b6928152 100644 --- a/stoc/source/registry_tdprovider/tdsingleton.cxx +++ b/stoc/source/registry_tdprovider/tdsingleton.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdsingleton.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:08:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:35:36 $ * * 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 |