diff options
Diffstat (limited to 'include/svx/svdglue.hxx')
-rw-r--r-- | include/svx/svdglue.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdglue.hxx b/include/svx/svdglue.hxx index ed82bf55f342..94989aeee6ee 100644 --- a/include/svx/svdglue.hxx +++ b/include/svx/svdglue.hxx @@ -123,7 +123,7 @@ public: SdrGluePointList(const SdrGluePointList& rSrcList): aList() { *this=rSrcList; } ~SdrGluePointList() { Clear(); } void Clear(); - void operator=(const SdrGluePointList& rSrcList); + SdrGluePointList& operator=(const SdrGluePointList& rSrcList); sal_uInt16 GetCount() const { return sal_uInt16(aList.size()); } // At insert, the object (GluePoint) automatically gets an ID assigned. // Return value is the index of the new GluePoint in the list. |