diff options
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 |