diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:39:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:39:11 +0000 |
commit | f3aea9c45a2b1df76b6f16ff1dd89f765c47ea01 (patch) | |
tree | 7dfe79738d3e99d6ade6de1ae06d6f9f38873ae7 /xmloff/source/meta/MetaImportComponent.cxx | |
parent | 5ace0439477c9193397124ff4f3c16ad25786125 (diff) |
INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED
2006/09/01 17:59:43 kaib 1.10.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/meta/MetaImportComponent.cxx')
-rw-r--r-- | xmloff/source/meta/MetaImportComponent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/meta/MetaImportComponent.cxx b/xmloff/source/meta/MetaImportComponent.cxx index 96ba58a79c76..11a588c7286f 100644 --- a/xmloff/source/meta/MetaImportComponent.cxx +++ b/xmloff/source/meta/MetaImportComponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MetaImportComponent.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:21:29 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:39:11 $ * * 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_xmloff.hxx" + #ifndef _XMLOFF_METAIMPORTCOMPONENT_HXX #include "MetaImportComponent.hxx" #endif |