diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:30:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:30:33 +0000 |
commit | 0e8fd56254b747219c7056246dd3ce57b23765ae (patch) | |
tree | b03a13e4838a3c322e181d2d18bbffbbb43e4b5a /sw/source/ui/uno/unomailmerge.cxx | |
parent | 34b7024df16b3189250dbb4c601b795c073bc4c7 (diff) |
INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED
2006/09/01 17:53:30 kaib 1.21.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/uno/unomailmerge.cxx')
-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> |