diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:07:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:07:48 +0000 |
commit | d13053e995bd0e4aa98eb86b1500ce54792b41f0 (patch) | |
tree | dd9bc504c0566ef28538be1f1a1ee0182d478016 /sot | |
parent | 5866d63ff98235f85ab16f414a5261fa2ccd1fcc (diff) |
INTEGRATION: CWS pchfix02 (1.39.16); FILE MERGED
2006/09/01 17:40:27 kaib 1.39.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/exchange.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 2b1cdaccda59..6d7851bd40a1 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exchange.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:52:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:07:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sot.hxx" #define _SOT_EXCHANGE_CXX #define SOT_STRING_LIST #define _SOT_FORMATS_INCLUDE_SYSTEMFORMATS |