diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 20:35:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 09:01:30 +0100 |
commit | a307e03946cca3a8e93b37eb9113721bc4e512bb (patch) | |
tree | 74840d663f7fb7035c52c1ba8b6e033e82f45f90 /include/svx/svdouno.hxx | |
parent | b14688f07f2d2e1e53cf0b99bd2f7a055e2ddb3d (diff) |
convert TakeObjNamePlural family to OUString
Change-Id: I947e47934677a4f9ced0bfc0db3932bcbbb25f36
Diffstat (limited to 'include/svx/svdouno.hxx')
-rw-r--r-- | include/svx/svdouno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx index d02a05a1bf1f..107ae91b2b1d 100644 --- a/include/svx/svdouno.hxx +++ b/include/svx/svdouno.hxx @@ -91,7 +91,7 @@ public: virtual SdrObject* getFullDragClone() const; virtual OUString TakeObjNameSingul() const; - virtual void TakeObjNamePlural(XubString& rName) const; + virtual OUString TakeObjNamePlural() const; virtual void SetContextWritingMode( const sal_Int16 _nContextWritingMode ); |