diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:04:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:04:30 +0000 |
commit | 7f8a603e193b614b834ea36ba0f8fa84b02a115d (patch) | |
tree | 305ab53837f089d0859d5da05fb77b541ba37911 /xmloff/source/text/XMLFootnoteImportContext.cxx | |
parent | 4de7de044226d91f9cad97c3d619fb680e3ff654 (diff) |
INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED
2006/09/01 18:00:01 kaib 1.11.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/text/XMLFootnoteImportContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLFootnoteImportContext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLFootnoteImportContext.cxx b/xmloff/source/text/XMLFootnoteImportContext.cxx index dd980893c6ca..d60f0f9ceb47 100644 --- a/xmloff/source/text/XMLFootnoteImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteImportContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLFootnoteImportContext.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:37:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:04: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_xmloff.hxx" + #include "XMLFootnoteImportContext.hxx" |