diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:38:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:38:38 +0000 |
commit | 77aa4e4dc37eb5fadca0ae34cc11da9e69cd3850 (patch) | |
tree | 01c2c86f1f3142a3e9f5fb4313994639d82b17a4 /sw | |
parent | c7b0303a94b74159125219ba87f2976ced37e027 (diff) |
INTEGRATION: CWS pchfix02 (1.7.474); FILE MERGED
2006/09/01 17:53:35 kaib 1.7.474.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/web/wtextsh.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/web/wtextsh.cxx b/sw/source/ui/web/wtextsh.cxx index 949686f87202..3d1c67842270 100644 --- a/sw/source/ui/web/wtextsh.cxx +++ b/sw/source/ui/web/wtextsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wtextsh.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:37:06 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:38:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,10 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" + -#pragma hdrstop #include "hintids.hxx" |