diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:47:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:47:12 +0000 |
commit | e72be9aa5394ef32c26073886b948f8c799d2c34 (patch) | |
tree | 8bd708d21ed3beee55c844ad630890a55ed5f099 /sd | |
parent | cfd19337326ac450920277b16dba177f3fcb93d3 (diff) |
INTEGRATION: CWS pchfix02 (1.16.142); FILE MERGED
2006/09/01 17:37:05 kaib 1.16.142.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-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 |