diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:31:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:31:30 +0000 |
commit | 7c8d44aeb34a50f9610a8c98b0a59ea01af3021f (patch) | |
tree | bf3f97a36cc46d73a56cfbb967d743de7817aac1 /stoc | |
parent | a92cf1e872c2167d87337911c48f103f608b18f9 (diff) |
INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED
2006/09/01 17:41:13 kaib 1.16.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index ed1484e73e0a..b2ea27a7d21a 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dllcomponentloader.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:03:34 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:31:30 $ * * 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 <stdlib.h> #include <osl/file.h> #include <vector> |