diff options
Diffstat (limited to 'basegfx/test/basegfx2d.cxx')
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index 4abcf6c00468..67ecb3e32d0b 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -55,10 +55,10 @@ namespace basegfx2d class b2dsvgdimpex : public CppUnit::TestFixture { private: - ::rtl::OUString aPath0; - ::rtl::OUString aPath1; - ::rtl::OUString aPath2; - ::rtl::OUString aPath3; + OUString aPath0; + OUString aPath1; + OUString aPath2; + OUString aPath3; public: // initialise your test code values here. @@ -139,7 +139,7 @@ public: void impex() { B2DPolyPolygon aPoly; - ::rtl::OUString aExport; + OUString aExport; CPPUNIT_ASSERT_MESSAGE("importing simple rectangle from SVG-D", tools::importFromSvgD( aPoly, |