diff options
Diffstat (limited to 'sc/qa/extras/scannotationobj.cxx')
-rw-r--r-- | sc/qa/extras/scannotationobj.cxx | 2 |
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()); |