diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:22:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:22:48 +0000 |
commit | 7b821cc57f6396de75d5cf0cd451864c7a32ec58 (patch) | |
tree | cc133cdbf2f8dc72e6d3d7d27395b670cef68812 /package/source | |
parent | 6a7fb82f913d2ef6887bacd645d8463467a8a1c3 (diff) |
INTEGRATION: CWS pchfix02 (1.13.10); FILE MERGED
2006/09/01 17:32:38 kaib 1.13.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/manifest/ManifestExport.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx index 1c0e39327d31..29d27d24f80d 100644 --- a/package/source/manifest/ManifestExport.cxx +++ b/package/source/manifest/ManifestExport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ManifestExport.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:10:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:22:48 $ * * 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_package.hxx" + #ifndef _MANIFEST_EXPORT_HXX #include <ManifestExport.hxx> #endif |