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