diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:42:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:42:53 +0000 |
commit | b91187f2723cab5d514df5c5775595808a7540e2 (patch) | |
tree | 1b1498ebd0fefa0168b21ad6b2918c3be4ab7fc0 /sd/source/ui/view/sdview3.cxx | |
parent | 84786ee68c0656b717a76ad3dfbe4ed7dc7e0c14 (diff) |
INTEGRATION: CWS pchfix02 (1.66.28); FILE MERGED
2006/09/01 17:37:40 kaib 1.66.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index c62814a6733f..eb54bcccea80 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdview3.cxx,v $ * - * $Revision: 1.66 $ + * $Revision: 1.67 $ * - * last change: $Author: rt $ $Date: 2006-07-25 11:55:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:42:53 $ * * 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_sd.hxx" #include "View.hxx" |