diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:42:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:42:51 +0000 |
commit | c7da9d7777d36b218992f2a7a952bf5f815a5bba (patch) | |
tree | 8738482c327f0ee413463eaaeaa8ef3c5962874d /sd | |
parent | 817da01935d980dd38acd0495b51963f0c1c1914 (diff) |
INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED
2006/09/01 17:37:01 kaib 1.8.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/paragr.cxx | 8 | ||||
-rw-r--r-- | sd/source/ui/dlg/sdpreslt.cxx | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/paragr.cxx b/sd/source/ui/dlg/paragr.cxx index 254da1c54ec0..ddd28f67c5ec 100644 --- a/sd/source/ui/dlg/paragr.cxx +++ b/sd/source/ui/dlg/paragr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: paragr.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:11:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:41:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,15 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #ifdef SD_DLLIMPLEMENTATION #undef SD_DLLIMPLEMENTATION #endif #include <svx/editdata.hxx> -#pragma hdrstop #include <svx/dialogs.hrc> #include "eetext.hxx" diff --git a/sd/source/ui/dlg/sdpreslt.cxx b/sd/source/ui/dlg/sdpreslt.cxx index 7145b9b2439f..b0fbb54588a7 100644 --- a/sd/source/ui/dlg/sdpreslt.cxx +++ b/sd/source/ui/dlg/sdpreslt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdpreslt.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:19:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:42:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,13 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #ifdef SD_DLLIMPLEMENTATION #undef SD_DLLIMPLEMENTATION #endif -#pragma hdrstop #ifndef _SFXITEMSET_HXX //autogen #include <svtools/itemset.hxx> |