summaryrefslogtreecommitdiff
path: root/include/svx/svdoedge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-25 20:35:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-26 09:01:30 +0100
commita307e03946cca3a8e93b37eb9113721bc4e512bb (patch)
tree74840d663f7fb7035c52c1ba8b6e033e82f45f90 /include/svx/svdoedge.hxx
parentb14688f07f2d2e1e53cf0b99bd2f7a055e2ddb3d (diff)
convert TakeObjNamePlural family to OUString
Change-Id: I947e47934677a4f9ced0bfc0db3932bcbbb25f36
Diffstat (limited to 'include/svx/svdoedge.hxx')
-rw-r--r--include/svx/svdoedge.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index a5bb981ffed3..a7469beb1bfd 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -240,7 +240,7 @@ public:
virtual SdrEdgeObj* Clone() const;
SdrEdgeObj& operator=(const SdrEdgeObj& rObj);
virtual OUString TakeObjNameSingul() const;
- virtual void TakeObjNamePlural(String& rName) const;
+ virtual OUString TakeObjNamePlural() const;
void SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly );
basegfx::B2DPolyPolygon GetEdgeTrackPath() const;