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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx
index 85316528b211..e0b25000acc9 100644
--- a/sc/qa/extras/scannotationobj.cxx
+++ b/sc/qa/extras/scannotationobj.cxx
@@ -82,7 +82,7 @@ uno::Reference< uno::XInterface > ScAnnontationObj::init()
// get the test file
OUString aFileURL;
- createFileURL(OUString("ScAnnotationObj.ods"), aFileURL);
+ createFileURL("ScAnnotationObj.ods", aFileURL);
if(!mxComponent.is())
mxComponent = loadFromDesktop(aFileURL);
CPPUNIT_ASSERT_MESSAGE("Component not loaded",mxComponent.is());