summaryrefslogtreecommitdiff
path: root/sc/inc/drawattr.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2013-02-27 17:21:51 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2013-03-01 12:40:44 +0000
commit1cdb93954633a7a2a6346f7cd6637d57672b3c72 (patch)
tree073bd8a8846522e914acbf9c065ec09cfb46899e /sc/inc/drawattr.hxx
parente06559e69ac9432a6ada4934c39721217c8c6f49 (diff)
String::CreateFromAscii drop in sc
Change-Id: Idb9fda589b309bd850ba2fdd68e7170c28d4c31a Reviewed-on: https://gerrit.libreoffice.org/2448 Tested-by: Olivier Hallot <olivier.hallot@alta.org.br> Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'sc/inc/drawattr.hxx')
-rw-r--r--sc/inc/drawattr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/drawattr.hxx b/sc/inc/drawattr.hxx
index 2878c3fed397..e3c3a7510a92 100644
--- a/sc/inc/drawattr.hxx
+++ b/sc/inc/drawattr.hxx
@@ -33,10 +33,10 @@ public:
SvxDrawToolItem(sal_uInt16 nWhichP) : SfxEnumItem(nWhichP){}
- virtual String GetValueText() const;
+ virtual OUString GetValueText() const;
- virtual String GetValueText(sal_uInt16 nVal) const;
+ virtual OUString GetValueText(sal_uInt16 nVal) const;
virtual sal_uInt16 GetValueCount() const
{return((sal_uInt16)SVX_SNAP_DRAW_TEXT);}