summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scannotationobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scannotationobj.cxx')
-rw-r--r--sc/qa/extras/scannotationobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx
index d5971c0033a2..0f9134ffb6e1 100644
--- a/sc/qa/extras/scannotationobj.cxx
+++ b/sc/qa/extras/scannotationobj.cxx
@@ -97,8 +97,8 @@ uno::Reference< uno::XInterface > ScAnnontationObj::init()
{
// get the test file
- rtl::OUString aFileURL;
- createFileURL(rtl::OUString("ScAnnotationObj.ods"), aFileURL);
+ OUString aFileURL;
+ createFileURL(OUString("ScAnnotationObj.ods"), aFileURL);
if(!mxComponent.is())
mxComponent = loadFromDesktop(aFileURL);
CPPUNIT_ASSERT_MESSAGE("Component not loaded",mxComponent.is());