summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/contimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/contimp.hxx')
-rw-r--r--svx/source/dialog/contimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/contimp.hxx b/svx/source/dialog/contimp.hxx
index 96a99d3a534b..407dd2fd4df1 100644
--- a/svx/source/dialog/contimp.hxx
+++ b/svx/source/dialog/contimp.hxx
@@ -34,7 +34,7 @@ class SvxSuperContourDlg : public SvxContourDlg
Graphic aUndoGraphic;
Graphic aRedoGraphic;
Graphic aUpdateGraphic;
- PolyPolygon aUpdatePolyPoly;
+ tools::PolyPolygon aUpdatePolyPoly;
Timer aUpdateTimer;
Timer aCreateTimer;
Size aLastSize;
@@ -91,8 +91,8 @@ public:
const Graphic& GetGraphic() const { return aGraphic; }
bool IsGraphicChanged() const { return nGrfChanged > 0UL; }
- void SetPolyPolygon( const PolyPolygon& rPolyPoly );
- PolyPolygon GetPolyPolygon( bool bRescaleToGraphic = true );
+ void SetPolyPolygon( const tools::PolyPolygon& rPolyPoly );
+ tools::PolyPolygon GetPolyPolygon( bool bRescaleToGraphic = true );
void SetEditingObject( void* pObj ) { pCheckObj = pObj; }
const void* GetEditingObject() const { return pCheckObj; }
@@ -101,7 +101,7 @@ public:
bool IsRedoPossible() const;
void UpdateGraphic( const Graphic& rGraphic, bool bGraphicLinked,
- const PolyPolygon* pPolyPoly = NULL,
+ const tools::PolyPolygon* pPolyPoly = NULL,
void* pEditingObj = NULL );
};