diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:51:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:51:00 +0000 |
commit | 071916fff2a8d9cce86efbdea420540ba2ef4210 (patch) | |
tree | 0e9233eb34c3c42fc12b946b4ae3322c87d08dc9 /sd | |
parent | 20eccfdaf1398f53a3451b924f6f50efbd1af800 (diff) |
INTEGRATION: CWS pchfix02 (1.37.198); FILE MERGED
2006/09/01 17:37:07 kaib 1.37.198.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuinsfil.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 34d645113139..399f8eeb9cb7 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuinsfil.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:29:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:51:00 $ * * 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 "fuinsfil.hxx" #ifndef _SV_WRKWIN_HXX |