diff options
-rw-r--r-- | sd/source/ui/func/fucon3d.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index a0de7e434d5e..6ed896338bab 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fucon3d.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-03-21 17:15:10 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:47:12 $ * * 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 "fucon3d.hxx" #ifndef _SV_WAITOBJ_HXX |