summaryrefslogtreecommitdiff
path: root/canvas/inc
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/inc')
-rw-r--r--canvas/inc/canvas/verifyinput.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/canvas/inc/canvas/verifyinput.hxx b/canvas/inc/canvas/verifyinput.hxx
index 54ba1618f91a..07d72b32ff6c 100644
--- a/canvas/inc/canvas/verifyinput.hxx
+++ b/canvas/inc/canvas/verifyinput.hxx
@@ -396,8 +396,7 @@ namespace canvas
{
#if OSL_DEBUG_LEVEL > 0
throw ::com::sun::star::lang::IllegalArgumentException(
- ::rtl::OUString::createFromAscii(pStr) +
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ": reference is NULL" )),
+ OUString::createFromAscii(pStr) + ": reference is NULL",
xIf,
nArgPos );
#else