diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:41:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:41:31 +0000 |
commit | af427b9ddd04ec0ff1800986404329466327f82f (patch) | |
tree | 93b9328ed6e17b038ea7a5d9f6b7cc190c8dc87b /cppcanvas/source | |
parent | f136e867736ba8264cdf81303f9cf7e19a10e8b3 (diff) |
INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED
2005/10/09 09:13:43 thb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED
2005/08/24 23:02:57 thb 1.6.4.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/pointaction.cxx | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/cppcanvas/source/mtfrenderer/pointaction.cxx b/cppcanvas/source/mtfrenderer/pointaction.cxx index bdb8bedcae66..222c587b37b9 100644 --- a/cppcanvas/source/mtfrenderer/pointaction.cxx +++ b/cppcanvas/source/mtfrenderer/pointaction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pointaction.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:20:57 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:41:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,37 +33,22 @@ * ************************************************************************/ -#include <pointaction.hxx> -#include <outdevstate.hxx> -#include <cppcanvas/canvas.hxx> - -#ifndef _RTL_LOGFILE_HXX_ #include <rtl/logfile.hxx> -#endif -#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP_ #include <com/sun/star/rendering/XCanvas.hpp> -#endif -#ifndef _SV_GEN_HXX #include <tools/gen.hxx> -#endif -#ifndef _VCL_CANVASTOOLS_HXX #include <vcl/canvastools.hxx> -#endif -#ifndef _BGFX_RANGE_B2DRANGE_HXX #include <basegfx/range/b2drange.hxx> -#endif -#ifndef _BGFX_TOOLS_CANVASTOOLS_HXX #include <basegfx/tools/canvastools.hxx> -#endif -#ifndef _CANVAS_CANVASTOOLS_HXX #include <canvas/canvastools.hxx> -#endif #include <boost/utility.hpp> -#include <mtftools.hxx> +#include "pointaction.hxx" +#include "outdevstate.hxx" +#include "cppcanvas/canvas.hxx" +#include "mtftools.hxx" using namespace ::com::sun::star; |