summaryrefslogtreecommitdiffstats
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r--include/svx/contdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx
index 75954e0f2b2c..f1192de2a0f8 100644
--- a/include/svx/contdlg.hxx
+++ b/include/svx/contdlg.hxx
@@ -80,14 +80,14 @@ public:
const Graphic& GetGraphic() const;
bool IsGraphicChanged() const;
- PolyPolygon GetPolyPolygon();
+ tools::PolyPolygon GetPolyPolygon();
const void* GetEditingObject() const;
void Update( const Graphic& rGraphic, bool bGraphicLinked,
- const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL );
+ const tools::PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL );
- static PolyPolygon CreateAutoContour( const Graphic& rGraphic,
+ static tools::PolyPolygon CreateAutoContour( const Graphic& rGraphic,
const Rectangle* pRect = NULL,
const sal_uIntPtr nFlags = 0L );
};