diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:38:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:38:42 +0000 |
commit | a57268734c332abd67dfce1e302f08c8b164f92c (patch) | |
tree | 4d1471e80b203d37258c04ff418c9f3957689012 | |
parent | 007ea29658be98cc66328d4c89f6c5104ca33196 (diff) |
INTEGRATION: CWS pchfix02 (1.27.28); FILE MERGED
2006/09/01 17:37:38 kaib 1.27.28.1: #i68856# Added header markers and pch files
-rw-r--r-- | sd/source/ui/view/drviewsc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index a44b7c10a90b..4f5d3034909c 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviewsc.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2006-07-25 11:50:11 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:38:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #include "DrawViewShell.hxx" #ifndef _SV_WAITOBJ_HXX |