diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:28:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:28:36 +0000 |
commit | 45f5a1082481189579cbced27a8204b11bea7fb8 (patch) | |
tree | 7a2c5ee881767400e75e606dd91c7ec1ac32beb4 /xmloff/source/draw/sdxmlexp.cxx | |
parent | 87539350bb642fd6c059ce2b8ded777a820a7a66 (diff) |
INTEGRATION: CWS pchfix02 (1.106.16); FILE MERGED
2006/09/01 17:59:34 kaib 1.106.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/draw/sdxmlexp.cxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 74c9ed4e3425..083cb3922b7a 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdxmlexp.cxx,v $ * - * $Revision: 1.107 $ + * $Revision: 1.108 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 10:59:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:28:36 $ * * 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 __COMPHELPER_UNOINTERFACETOUNIQUEIDENTIFIERMAPPER__ #include "unointerfacetouniqueidentifiermapper.hxx" #endif |