From 55ec4ad5b4ea261bac8e0750760a0e5e0c8d3619 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Wed, 5 Mar 2008 08:18:45 +0000 Subject: #i39532# added precompiled header mechanism to drawinglayer --- drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx') diff --git a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx index 31c3c3d1e480..a20d8f86b549 100644 --- a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx +++ b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdrlatheprimitive3d.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: aw $ $Date: 2007-11-22 15:01:17 $ + * last change: $Author: aw $ $Date: 2008-03-05 09:15:44 $ * * 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_drawinglayer.hxx" + #ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE3D_SDRLATHEPRIMITIVE3D_HXX #include #endif -- cgit