summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/contwnd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/contwnd.hxx')
-rw-r--r--svx/source/dialog/contwnd.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/contwnd.hxx b/svx/source/dialog/contwnd.hxx
index 63d68ff82543..2bbf9a6f2feb 100644
--- a/svx/source/dialog/contwnd.hxx
+++ b/svx/source/dialog/contwnd.hxx
@@ -25,7 +25,7 @@
class ContourWindow : public GraphCtrl
{
- PolyPolygon aPolyPoly;
+ tools::PolyPolygon aPolyPoly;
Color aPipetteColor;
Rectangle aWorkRect;
Link aPipetteLink;
@@ -52,8 +52,8 @@ public:
ContourWindow(vcl::Window* pParent, WinBits nBits);
virtual ~ContourWindow();
- void SetPolyPolygon( const PolyPolygon& rPolyPoly );
- const PolyPolygon& GetPolyPolygon();
+ void SetPolyPolygon( const tools::PolyPolygon& rPolyPoly );
+ const tools::PolyPolygon& GetPolyPolygon();
void SetPipetteMode( const bool bPipette ) { bPipetteMode = bPipette; }
bool IsPipetteMode() const { return bPipetteMode; }