diff options
-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 |