diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 15:10:21 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 16:48:34 -0500 |
commit | 611f45659263b7647e01d9f23ae155d5d7de4818 (patch) | |
tree | ca7a184d06cdd9b7acf9ff135227753a87dd1ab2 /basegfx/source/tools | |
parent | 8f6510b31f47e7f21a460fefce74842cdb2ba07f (diff) |
targeted string re-work
Change-Id: I535fd1e4438b3ade78c1867eeb0321e6753ed22b
Diffstat (limited to 'basegfx/source/tools')
-rw-r--r-- | basegfx/source/tools/canvastools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx index 5743c306715e..d5fed18abca7 100644 --- a/basegfx/source/tools/canvastools.cxx +++ b/basegfx/source/tools/canvastools.cxx @@ -329,9 +329,9 @@ namespace basegfx if( !xLinePoly.is() ) { throw lang::IllegalArgumentException( - ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( + ::rtl::OUString( "basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(): Invalid input" - "poly-polygon, cannot retrieve vertex data")), + "poly-polygon, cannot retrieve vertex data"), uno::Reference< uno::XInterface >(), 0 ); } |