diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:38:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:38:25 +0000 |
commit | c7b0303a94b74159125219ba87f2976ced37e027 (patch) | |
tree | d379a828ed685b5e237d1658197b680e2150de77 /sw/source/ui/web/wfrmsh.cxx | |
parent | 748cc0495fdbba8b0d0c1dca1001af8de1abd0e2 (diff) |
INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED
2006/09/01 17:53:35 kaib 1.5.474.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/web/wfrmsh.cxx')
-rw-r--r-- | sw/source/ui/web/wfrmsh.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/web/wfrmsh.cxx b/sw/source/ui/web/wfrmsh.cxx index 29f1c6f73eb3..f0252957c6a0 100644 --- a/sw/source/ui/web/wfrmsh.cxx +++ b/sw/source/ui/web/wfrmsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wfrmsh.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:35:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:37:28 $ * * 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" |