diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:14:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:14:37 +0000 |
commit | 14846b776b19d694fd2b8394b84ef695e4f50af0 (patch) | |
tree | 7d3acb1464381641d4f07b9ea99ec69bbaadc825 /sw/source/ui/shells/drwtxtsh.cxx | |
parent | 21094e9632461a958f007877ecf0d76193685963 (diff) |
INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED
2006/09/01 17:53:19 kaib 1.35.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/shells/drwtxtsh.cxx')
-rw-r--r-- | sw/source/ui/shells/drwtxtsh.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/shells/drwtxtsh.cxx b/sw/source/ui/shells/drwtxtsh.cxx index fe68d80cdd67..827afb6a1100 100644 --- a/sw/source/ui/shells/drwtxtsh.cxx +++ b/sw/source/ui/shells/drwtxtsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drwtxtsh.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:53:58 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:14:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ -#pragma hdrstop + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #ifndef _HINTIDS_HXX #include <hintids.hxx> #endif |