diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:48:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:48:19 +0000 |
commit | 301c17e96fe1fac3d2c07166fdd3389c14cda1c1 (patch) | |
tree | 5167fca13dbfdc03ea05d3a1a10d9ac0e5dbaa86 /sd | |
parent | 9258ff66c5d88a076aff800e20ccd9d4718b986b (diff) |
INTEGRATION: CWS pchfix02 (1.26.60); FILE MERGED
2006/09/01 17:37:05 kaib 1.26.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuconrec.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx index 1115bf2711b3..a973ba3fb2c7 100644 --- a/sd/source/ui/func/fuconrec.cxx +++ b/sd/source/ui/func/fuconrec.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuconrec.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:32:06 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:48:19 $ * * 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" + #include "fuconrec.hxx" #ifndef _SVDPAGV_HXX //autogen #include <svx/svdpagv.hxx> #endif -#pragma hdrstop #include <svx/svxids.hrc> #include <svx/dialogs.hrc> |