summaryrefslogtreecommitdiff
path: root/include/svx/svdoedge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-25 09:27:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-25 09:56:02 +0100
commit75a66d2d1f295a1a9a488f0a12c672a975ffaf81 (patch)
tree8dcfa78afce8b1c4ba5b06ebf3b90b5ec67e3baf /include/svx/svdoedge.hxx
parent12a034623e015ca05b56c82ebb63230ce731bab4 (diff)
convert TakeObjNameSingul family to OUString
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
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 ea0968cd9487..a5bb981ffed3 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -239,7 +239,7 @@ public:
virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
virtual SdrEdgeObj* Clone() const;
SdrEdgeObj& operator=(const SdrEdgeObj& rObj);
- virtual void TakeObjNameSingul(String& rName) const;
+ virtual OUString TakeObjNameSingul() const;
virtual void TakeObjNamePlural(String& rName) const;
void SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly );