diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:58:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:58:52 +0000 |
commit | b7645773ea2fc31cb4c27cc36eac3819628001f5 (patch) | |
tree | 002ad67a84a336f3359b462fddf0c02a70c2a423 /svx/source/engine3d/sphere3d.cxx | |
parent | 534eeab2714e160c3aedd7f40ac1a69b10685348 (diff) |
INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED
2006/09/01 17:46:44 kaib 1.14.114.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/engine3d/sphere3d.cxx')
-rw-r--r-- | svx/source/engine3d/sphere3d.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx index 86a2d2a5fe1b..ac14ad88043b 100644 --- a/svx/source/engine3d/sphere3d.cxx +++ b/svx/source/engine3d/sphere3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sphere3d.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 14:34:41 $ + * last change: $Author: obo $ $Date: 2006-09-17 04:58:52 $ * * 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_svx.hxx" + #include "svdstr.hrc" #include "svdglob.hxx" |