diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 13:34:09 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 13:34:09 +0100 |
commit | ca04a072dd74119ab4a5d133e370d332b18e632c (patch) | |
tree | 0aefc8919c00015641c81094adf852f773a2d2e2 /svx/source/sdr | |
parent | 151172207eb46a696089ed48381e8da13b291397 (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs core 40
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx index 675ddd3fe8e0..934a3bf3562f 100644 --- a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx @@ -59,7 +59,7 @@ namespace { try { - const uno::Any aNumber(xSet->getPropertyValue(::rtl::OUString::createFromAscii("Number"))); + const uno::Any aNumber(xSet->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Number")))); aNumber >>= nRetval; } catch(const uno::Exception&) |