diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:36:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:36:54 +0000 |
commit | 37f3efe040fd2d272db545e28de1cda959d7d625 (patch) | |
tree | f9c1e056f95d61b6bb55cfc8c86fd2e9efea2ee1 /stoc | |
parent | d9af43cb0f6cd19bf8edf102c8345d92ad0bc992 (diff) |
INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED
2006/09/01 17:41:17 kaib 1.13.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 90551e8fba7c..0fcb03f456c8 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simpleregistry.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:23:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:36:54 $ * * 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 |