diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:25:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:25:28 +0000 |
commit | 1f4698479d843b723c130970e9cc30a9b97fa7e7 (patch) | |
tree | 9a7dc6e436c654cc6f8092dd1e67153ab30566d7 /sw/source/ui/uiview | |
parent | e57903cc2500d4f67a09377714125ee1382b4402 (diff) |
INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED
2006/09/01 17:53:27 kaib 1.33.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r-- | sw/source/ui/uiview/viewdraw.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewdraw.cxx b/sw/source/ui/uiview/viewdraw.cxx index ae013a0a262b..58e11b116c4d 100644 --- a/sw/source/ui/uiview/viewdraw.cxx +++ b/sw/source/ui/uiview/viewdraw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewdraw.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:57:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:25:28 $ * * 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" + #include "hintids.hxx" |