diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:44:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:44:55 +0000 |
commit | ae224efb9a890427ec8d27c14c02d4895f8c80d8 (patch) | |
tree | 0d8e36f38e00e1187a4353f2b24f0727e0738308 /sd | |
parent | fc5ee850c173aeced8bd18e02e8b2ed174687dac (diff) |
INTEGRATION: CWS pchfix02 (1.16.38); FILE MERGED
2006/09/01 17:37:03 kaib 1.16.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/docshell/docshel3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index a56e2c383899..f78900b68c29 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docshel3.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 14:19:39 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:44:55 $ * * 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 "DrawDocShell.hxx" #include "app.hrc" @@ -87,7 +90,6 @@ #include <com/sun/star/i18n/TextConversionOption.hpp> #endif -#pragma hdrstop #include "strings.hrc" #include "glob.hrc" |