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
This commit is contained in:
Kurt Zenker
2008-06-24 09:36:36 +00:00
parent 0b5a107e58
commit 1b3a63df7d

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: dx_linepolypolygon.hxx,v $ * $RCSfile: dx_linepolypolygon.hxx,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@@ -32,7 +32,7 @@
#define _DXCANVAS_LINEPOLYPOLYGON_HXX_ #define _DXCANVAS_LINEPOLYPOLYGON_HXX_
#include <canvas/canvastools.hxx> #include <canvas/canvastools.hxx>
#include <canvas/base/linepolypolygonbase.hxx> #include <basegfx/tools/unopolypolygon.hxx>
#include "dx_gdiplususer.hxx" #include "dx_gdiplususer.hxx"
#include "dx_impltools.hxx" #include "dx_impltools.hxx"
@@ -40,7 +40,7 @@
namespace dxcanvas namespace dxcanvas
{ {
class LinePolyPolygon : public ::canvas::LinePolyPolygonBase class LinePolyPolygon : public ::basegfx::unotools::UnoPolyPolygon
{ {
public: public:
explicit LinePolyPolygon( const ::basegfx::B2DPolyPolygon& ); explicit LinePolyPolygon( const ::basegfx::B2DPolyPolygon& );