summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scannotationsobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/scannotationsobj.cxx')
-rw-r--r--sc/qa/extras/scannotationsobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/extras/scannotationsobj.cxx b/sc/qa/extras/scannotationsobj.cxx
index 62d662672352..9e137ceb6b8e 100644
--- a/sc/qa/extras/scannotationsobj.cxx
+++ b/sc/qa/extras/scannotationsobj.cxx
@@ -86,8 +86,8 @@ uno::Reference< sheet::XSheetAnnotations> ScAnnontationsObj::getAnnotations()
uno::Reference< uno::XInterface > ScAnnontationsObj::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());