diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:46:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:46:26 +0000 |
commit | 47eb91ca2c3d7809aa63c52379a48ba2de1a6cd2 (patch) | |
tree | f27e6a8a5a40a9279740d1a85e6defa67ac86e7f /sw/source/ui/dbui | |
parent | 27c09ec46ca399435a2fa975a0461e1e5d596929 (diff) |
INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED
2006/09/01 17:52:58 kaib 1.13.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmlayoutpage.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index a0481e1d1b52..17ba2df99784 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmlayoutpage.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:31:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:46:26 $ * * 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 _SWTYPES_HXX #include <swtypes.hxx> #endif |