diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 09:36:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 09:36:36 +0000 |
commit | 1b3a63df7d5acee4ff715c204c4c93c12828d7ce (patch) | |
tree | e3f77d5ac483b16e3ee3a9d4c00901adfea89a38 /canvas | |
parent | 0b5a107e582565b2198d3cb35449e934a90f0656 (diff) |
INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED
2008/04/21 07:30:51 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2008/01/05 00:53:10 thb 1.2.2.1: #i78925# Added back modify() method, still needed in dx canvas; narrowing down sun cc workaround
Diffstat (limited to 'canvas')
-rwxr-xr-x | canvas/source/directx/dx_linepolypolygon.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/directx/dx_linepolypolygon.hxx b/canvas/source/directx/dx_linepolypolygon.hxx index 52236ce27674..431cd1b87b4f 100755 --- a/canvas/source/directx/dx_linepolypolygon.hxx +++ b/canvas/source/directx/dx_linepolypolygon.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dx_linepolypolygon.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -32,7 +32,7 @@ #define _DXCANVAS_LINEPOLYPOLYGON_HXX_ #include <canvas/canvastools.hxx> -#include <canvas/base/linepolypolygonbase.hxx> +#include <basegfx/tools/unopolypolygon.hxx> #include "dx_gdiplususer.hxx" #include "dx_impltools.hxx" @@ -40,7 +40,7 @@ namespace dxcanvas { - class LinePolyPolygon : public ::canvas::LinePolyPolygonBase + class LinePolyPolygon : public ::basegfx::unotools::UnoPolyPolygon { public: explicit LinePolyPolygon( const ::basegfx::B2DPolyPolygon& ); |