summaryrefslogtreecommitdiffstats
path: root/include/svx/sphere3d.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/sphere3d.hxx
parentfdo#59427 first step for template menu (diff)
downloadcore-75a66d2d1f295a1a9a488f0a12c672a975ffaf81.tar.gz
core-75a66d2d1f295a1a9a488f0a12c672a975ffaf81.zip
convert TakeObjNameSingul family to OUString
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
Diffstat (limited to 'include/svx/sphere3d.hxx')
-rw-r--r--include/svx/sphere3d.hxx2
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;
};