diff options
author | Kevin Hunter <hunteke@earlham.edu> | 2010-11-09 14:58:54 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-10 08:19:59 +0100 |
commit | aadfc4e784fb448066cd44322000062d685dcde1 (patch) | |
tree | 0903675baa9f8aa027cc4df804b2e4a84850c5d4 /basebmp/test/filltest.cxx | |
parent | 322cbc3818b0553254aab2dfb3c5b196fe814097 (diff) |
EasyHack: RTL conversion from createFromAscii
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r-- | basebmp/test/filltest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index 469b984b6ca6..bf7bbe808049 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -168,8 +168,7 @@ private: CPPUNIT_ASSERT_MESSAGE("bottom-middle pixel set", rDevice->getPixel(aPt4) == aCol); - ::rtl::OUString aSvg = ::rtl::OUString::createFromAscii( - "m 0 0l7 7h-1z" ); + ::rtl::OUString aSvg( RTL_CONSTASCII_USTRINGPARAM( "m 0 0l7 7h-1z" )); basegfx::B2DPolyPolygon aPoly; basegfx::tools::importFromSvgD( aPoly, aSvg ); |