diff options
author | Kevin Hunter <hunteke@earlham.edu> | 2010-11-09 21:51:03 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-09 21:51:03 +0100 |
commit | e080757dc9977a02958a6c4e0ee0840f1b3a44d5 (patch) | |
tree | 8c7844b012b6affaf1dae5ffabcc0b8813b72892 /canvas/inc | |
parent | 597faa1032322e01ebcf242934c9828f7c434ebf (diff) |
EasyHack: RTL macro converted from createFromAscii
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/canvas/verifyinput.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/inc/canvas/verifyinput.hxx b/canvas/inc/canvas/verifyinput.hxx index 1e8549792bdb..78329644e70d 100644 --- a/canvas/inc/canvas/verifyinput.hxx +++ b/canvas/inc/canvas/verifyinput.hxx @@ -451,7 +451,7 @@ namespace canvas #if OSL_DEBUG_LEVEL > 0 throw ::com::sun::star::lang::IllegalArgumentException( ::rtl::OUString::createFromAscii(pStr) + - ::rtl::OUString::createFromAscii(": reference is NULL"), + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ": reference is NULL" )), xIf, nArgPos ); #else |