diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:41:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:41:58 +0000 |
commit | a5b6710d1907aec660ea9915b673e5a913869f0f (patch) | |
tree | 03b2a4088322f12b5fed7d9d5cda13d63b27c217 /sd | |
parent | 223e5cee44b473f56f7ca129377594c3873e00bb (diff) |
INTEGRATION: CWS pchfix02 (1.14.282); FILE MERGED
2006/09/01 17:37:01 kaib 1.14.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/prltempl.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx index 999b019962ed..a7b2e9cdadce 100644 --- a/sd/source/ui/dlg/prltempl.cxx +++ b/sd/source/ui/dlg/prltempl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prltempl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:15:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:41:58 $ * * 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 #define ITEMID_FONTLIST SID_ATTR_CHAR_FONTLIST //#define ITEMID_ESCAPEMENT SID_ATTR_CHAR_ESCAPEMENT |