diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-03 17:12:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-05 15:40:18 +0100 |
commit | 22dc17dc0a86c892476d04f0c4e6b17e1b65346f (patch) | |
tree | 09f568f7c6e9b6ea4342b7d7774c813f3192113b /sc/qa | |
parent | e99c70d2687ec6768070bc3ed7ee73ed9bbad196 (diff) |
variable is unused ATM
this variable is onyl used if you have a set of know files that should
all correctly import in filters-test
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 2a0b3e2edd85..3697c39cf86b 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -210,8 +210,8 @@ void ScFiltersTest::testDir(osl::Directory& rDir, sal_uInt32 nType) aItem.getFileStatus(aFileStatus); rtl::OUString sURL = aFileStatus.getFileURL(); std::cout << "File: " << rtl::OUStringToOString(sURL, RTL_TEXTENCODING_UTF8).getStr() << std::endl; - rtl::OStringBuffer aMessage("Failed loading: "); - aMessage.append(rtl::OUStringToOString(sURL, RTL_TEXTENCODING_UTF8)); + //rtl::OStringBuffer aMessage("Failed loading: "); + //aMessage.append(rtl::OUStringToOString(sURL, RTL_TEXTENCODING_UTF8)); ScDocShellRef xDocSh = load( aFilterName,sURL, rtl::OUString(),aFilterType, aFileFormats[nType].nFormatType); // use this only if you're sure that all files can be loaded // pay attention to lock files |