summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-16 00:18:03 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-16 00:55:18 +0100
commit1263cafe8e487b5db0c439966056516be99bc1e4 (patch)
treeb41b6da66737518f8a65020bb41d99de02377e30 /sc/qa
parenta05286296b3ba51029f0ff57a5a9173d3623b864 (diff)
enable XDatabaseRangeTest again
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/scdatabaserangeobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/scdatabaserangeobj.cxx b/sc/qa/extras/scdatabaserangeobj.cxx
index 69a3d48dcee6..93eb26186d57 100644
--- a/sc/qa/extras/scdatabaserangeobj.cxx
+++ b/sc/qa/extras/scdatabaserangeobj.cxx
@@ -63,7 +63,7 @@ uno::Reference< lang::XComponent > ScDatabaseRangeObj::mxComponent;
uno::Reference< uno::XInterface > ScDatabaseRangeObj::init( const rtl::OUString& rDBName )
{
rtl::OUString aFileURL;
- createFileURL(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("xdatabaserange.ods")), aFileURL);
+ createFileURL(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScDatabaseRangeObj.ods")), aFileURL);
if(!mxComponent.is())
mxComponent = loadFromDesktop(aFileURL);
CPPUNIT_ASSERT(mxComponent.is());