summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/xpoly.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index a42f1410f79d..a9d53f57e42e 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -123,7 +123,7 @@ public:
~XPolyPolygon();
- void Insert( const XPolygon& rXPoly );
+ void Insert( XPolygon&& rXPoly );
void Insert( const XPolyPolygon& rXPoly );
void Remove( sal_uInt16 nPos );
const XPolygon& GetObject( sal_uInt16 nPos ) const;