diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-19 15:02:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-19 23:52:18 +0100 |
commit | e521ac1a7304dead6557b15ecc24ee60be93cc48 (patch) | |
tree | 2cb5c199b8bc353dc32410ab14aa14f65a17fe43 /test | |
parent | e69b8a758061c695b4daa9029f58a1cd7f715ef6 (diff) |
this test uses ScNamedRangeObj.ods too
TODO: remove the explicit test file dependency from the interface test
code
don't use one of the test files for another class
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xspreadsheets2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx index 6fbf35bda629..18f024b7280d 100644 --- a/test/source/sheet/xspreadsheets2.cxx +++ b/test/source/sheet/xspreadsheets2.cxx @@ -60,7 +60,7 @@ namespace apitest { XSpreadsheets2::XSpreadsheets2(): aSrcSheetName(RTL_CONSTASCII_USTRINGPARAM("SheetToCopy")), aSrcFileName(RTL_CONSTASCII_USTRINGPARAM("rangenamessrc.ods")), - aDestFileBase(RTL_CONSTASCII_USTRINGPARAM("rangenames.ods")) + aDestFileBase(RTL_CONSTASCII_USTRINGPARAM("ScNamedRangeObj.ods")) { } |