diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 09:27:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 09:56:02 +0100 |
commit | 75a66d2d1f295a1a9a488f0a12c672a975ffaf81 (patch) | |
tree | 8dcfa78afce8b1c4ba5b06ebf3b90b5ec67e3baf /include/svx/sphere3d.hxx | |
parent | 12a034623e015ca05b56c82ebb63230ce731bab4 (diff) |
convert TakeObjNameSingul family to OUString
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
Diffstat (limited to 'include/svx/sphere3d.hxx')
-rw-r--r-- | include/svx/sphere3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sphere3d.hxx b/include/svx/sphere3d.hxx index a36216c5dc71..c32c0a8d2387 100644 --- a/include/svx/sphere3d.hxx +++ b/include/svx/sphere3d.hxx @@ -68,7 +68,7 @@ public: void SetSize(const basegfx::B3DVector& rNew); // TakeObjName...() is for displaying in the UI, eg "3 selected frames." - virtual void TakeObjNameSingul(String& rName) const; + virtual OUString TakeObjNameSingul() const; virtual void TakeObjNamePlural(String& rName) const; }; |