diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:38:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:38:54 +0000 |
commit | d6fbe2767463c153ac0f9ac7f15194cb62bfbdf9 (patch) | |
tree | e8b23ccfb938ee01555b14a3a01a064131c3c83c /sd/source/ui/view/drviewsd.cxx | |
parent | a57268734c332abd67dfce1e302f08c8b164f92c (diff) |
INTEGRATION: CWS pchfix02 (1.8.280); FILE MERGED
2006/09/01 17:37:38 kaib 1.8.280.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/view/drviewsd.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsd.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx index fc9eefc15cb3..2b08eacafc93 100644 --- a/sd/source/ui/view/drviewsd.cxx +++ b/sd/source/ui/view/drviewsd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviewsd.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 07:11:50 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:38:54 $ * * 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 _SVXIDS_HRC @@ -65,7 +68,6 @@ #include <sfx2/viewfrm.hxx> -#pragma hdrstop #include "app.hrc" |