diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:42:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:42:26 +0000 |
commit | ee1c78a31f10572799c347a9330e941fab28531f (patch) | |
tree | 9f97eb85f0282ced99b262bfaa5124271d04445e /sd | |
parent | 7fcf9139e0f477c0bf48431996d61d5ee45c0a49 (diff) |
INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED
2006/09/01 17:37:01 kaib 1.3.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/printdlg.cxx | 8 | ||||
-rw-r--r-- | sd/source/ui/dlg/sdabstdlg.cxx | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/printdlg.cxx b/sd/source/ui/dlg/printdlg.cxx index d5901c962951..3ccc82e7180f 100644 --- a/sd/source/ui/dlg/printdlg.cxx +++ b/sd/source/ui/dlg/printdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: printdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:13:58 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:41:45 $ * * 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 #include "sdresid.hxx" #include "printdlg.hxx" diff --git a/sd/source/ui/dlg/sdabstdlg.cxx b/sd/source/ui/dlg/sdabstdlg.cxx index 81b4f5ae0fd5..ff81402caa26 100644 --- a/sd/source/ui/dlg/sdabstdlg.cxx +++ b/sd/source/ui/dlg/sdabstdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdabstdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:17:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:42:26 $ * * 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 "sdabstdlg.hxx" #include "sduilib.hxx" |