diff options
-rw-r--r-- | sw/source/ui/web/wfrmsh.cxx | 8 | ||||
-rw-r--r-- | sw/source/ui/web/wtabsh.cxx | 8 |
2 files changed, 10 insertions, 6 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" diff --git a/sw/source/ui/web/wtabsh.cxx b/sw/source/ui/web/wtabsh.cxx index 9afba00b9494..3811fac10446 100644 --- a/sw/source/ui/web/wtabsh.cxx +++ b/sw/source/ui/web/wtabsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wtabsh.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:36:51 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:38:25 $ * * 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 "uiparam.hxx" #include "hintids.hxx" |