diff options
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/export2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/export2.cxx b/transex3/source/export2.cxx index 34f963a4a1d3..0ef462ce6536 100644 --- a/transex3/source/export2.cxx +++ b/transex3/source/export2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: export2.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:09:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:17:03 $ * * 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_transex3.hxx" #include "export.hxx" #include "utf8conv.hxx" #include <tools/datetime.hxx> |