diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:46:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:46:54 +0000 |
commit | 76c5d5542526e62f271e33ba1ab9b0962b3ba5ac (patch) | |
tree | a46b615a94389a32b6c646cabae0d928971bf458 /sw/source/ui/dbui | |
parent | 334e1064459339a26b8c3ccf3f6d378c124553b9 (diff) |
INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED
2006/09/01 17:52:59 kaib 1.15.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmoutputpage.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx index 80146ad3f584..3203f0ac016b 100644 --- a/sw/source/ui/dbui/mmoutputpage.cxx +++ b/sw/source/ui/dbui/mmoutputpage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmoutputpage.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:32:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:46:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,11 +32,13 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif -#pragma hdrstop #ifndef _MAILMERGEOUTPUTPAGE_HXX #include <mmoutputpage.hxx> #endif |