diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:26:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:26:23 +0000 |
commit | 888e1ba614d32a562d379aa1945eae768972ac89 (patch) | |
tree | c283303d5d773c56073b1aff7f498327426edde8 | |
parent | aeea81202afb56ee006fe07cfdd47705cc8b1abf (diff) |
INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED
2006/09/01 17:26:46 kaib 1.2.86.1: #i68856# Added header markers and pch files
-rw-r--r-- | extensions/source/resource/oooresourceloader.cxx | 7 | ||||
-rw-r--r-- | extensions/source/resource/res_services.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/extensions/source/resource/oooresourceloader.cxx b/extensions/source/resource/oooresourceloader.cxx index d4f8cada8..ba41a26ff 100644 --- a/extensions/source/resource/oooresourceloader.cxx +++ b/extensions/source/resource/oooresourceloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: oooresourceloader.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-03-29 12:42:12 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:26:08 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_RESOURCE_OOORESOURCELOADER_CXX #define EXTENSIONS_SOURCE_RESOURCE_OOORESOURCELOADER_CXX diff --git a/extensions/source/resource/res_services.cxx b/extensions/source/resource/res_services.cxx index 1a70659c0..4416949e6 100644 --- a/extensions/source/resource/res_services.cxx +++ b/extensions/source/resource/res_services.cxx @@ -4,9 +4,9 @@ * * $RCSfile: res_services.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-03-29 12:42:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:26:23 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_RESOURCE_SERVICES_HXX #include "res_services.hxx" #endif |