summaryrefslogtreecommitdiffstats
path: root/basebmp/test/bmptest.cxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-10-27 15:34:06 -0200
committerCaolán McNamara <caolanm@redhat.com>2012-10-31 00:54:35 +0000
commit9cb8bef68b67b5f2fba3bee38cd8449ea804b86e (patch)
treefa3c15fea1272c0240b433ff2e7d033406b01a98 /basebmp/test/bmptest.cxx
parentfdo#56325: Don't forget to build_tree() in fillTable(). (diff)
downloadcore-9cb8bef68b67b5f2fba3bee38cd8449ea804b86e.tar.gz
core-9cb8bef68b67b5f2fba3bee38cd8449ea804b86e.zip
::rtl::OUString -> OUString in basebmp
Change-Id: Id9cde5559165c61da825938153e92df999233a59 Reviewed-on: https://gerrit.libreoffice.org/928 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basebmp/test/bmptest.cxx')
-rw-r--r--basebmp/test/bmptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/bmptest.cxx b/basebmp/test/bmptest.cxx
index e4b0931ff2c4..571e32e776d0 100644
--- a/basebmp/test/bmptest.cxx
+++ b/basebmp/test/bmptest.cxx
@@ -146,7 +146,7 @@ public:
true,
Format::THIRTYTWO_BIT_TC_MASK );
- ::rtl::OUString aSvg( RTL_CONSTASCII_USTRINGPARAM( "m 0 0h5v10h5v-5h-10z" ));
+ OUString aSvg( "m 0 0h5v10h5v-5h-10z" );
basegfx::B2DPolyPolygon aPoly;
basegfx::tools::importFromSvgD( aPoly, aSvg );