diff options
-rw-r--r-- | sw/source/ui/uno/unomailmerge.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unomailmerge.cxx b/sw/source/ui/uno/unomailmerge.cxx index f1664fccc5..21688ec51c 100644 --- a/sw/source/ui/uno/unomailmerge.cxx +++ b/sw/source/ui/uno/unomailmerge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomailmerge.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-08-14 18:01:10 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:30:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ -#pragma hdrstop +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" + #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> |