diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:43:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:43:21 +0000 |
commit | 1a82412433d62e072f4432007793af8e7fcebb18 (patch) | |
tree | 525c2cc8fe4e3f9e9a5ef91a80f20822238b529e /sd | |
parent | 5162a00524bd60b811b7396084f2c594a5e5431c (diff) |
INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED
2006/09/01 17:37:41 kaib 1.7.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/sdview5.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdview5.cxx b/sd/source/ui/view/sdview5.cxx index 9c3b06b52a41..87df332eae55 100644 --- a/sd/source/ui/view/sdview5.cxx +++ b/sd/source/ui/view/sdview5.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdview5.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 07:17:36 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:43:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,3 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" |