diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-02 15:30:17 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-02 15:31:54 +0100 |
commit | 59b308e05613e2e5611dac427f3523b2fe59ba46 (patch) | |
tree | fe6b064f999a77f6469dd4ca7259c8f8d1a299dd /sc/qa | |
parent | f44c104106170fca4bcaa90b50572dddda6c9858 (diff) |
add missing components, use new configmgr path, and enable ODS test
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 17e6a232654d..8ad19ebeac5c 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -193,7 +193,6 @@ void FiltersTest::testODSs() rtl::OUString aString1(RTL_CONSTASCII_USTRINGPARAM("calc8")); rtl::OUString aString2 = m_aSrcRoot + rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/sc/qa/unit/data/ods/named-ranges-global.ods")); - return; ScDocShellRef xDocSh = load( aString1, aString2 , rtl::OUString(), 50331943); |