diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:35:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:35:51 +0000 |
commit | a3e567640b576477a702029807bf316b2ec00163 (patch) | |
tree | 0c8b71289e4a3420884d09d4f304e2b63e015a32 /sw/source/ui/app/swmodul1.cxx | |
parent | d79913a6dad3b14eca38c2f29176547e6c72308c (diff) |
INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED
2006/09/01 17:52:51 kaib 1.35.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/app/swmodul1.cxx')
-rw-r--r-- | sw/source/ui/app/swmodul1.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/app/swmodul1.cxx b/sw/source/ui/app/swmodul1.cxx index eb07f2e307fb..397dd1757c34 100644 --- a/sw/source/ui/app/swmodul1.cxx +++ b/sw/source/ui/app/swmodul1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swmodul1.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:27:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:35:51 $ * * 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 _HINTIDS_HXX #include <hintids.hxx> |