summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2017-06-27 23:45:42 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-08 16:26:42 +0200
commit991346d570713c230a81485c55e29318c2cc175d (patch)
tree1d7e8003ae24ea461cbc09e8f48631e2de3aefcf /sc/qa
parent472737ad70f1a3eaa22cab9b746d35e4b94094a0 (diff)
Add a way to resize ScDBData
Change-Id: I6e0e1a7f58873c012e0e8015ed69da38a32a44f4 Reviewed-on: https://gerrit.libreoffice.org/39323 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/dataproviders_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/dataproviders_test.cxx b/sc/qa/unit/dataproviders_test.cxx
index 397fbfe4ce99..4dd967376f58 100644
--- a/sc/qa/unit/dataproviders_test.cxx
+++ b/sc/qa/unit/dataproviders_test.cxx
@@ -62,7 +62,7 @@ void ScDataProvidersTest::testCSVImport()
OUString aCSVPath;
createCSVPath( "dataprovider.", aCSVPath );
OUString aDBName = "TEST";
- sc::ExternalDataMapper aExternalDataMapper (&getDocShell(), aCSVPath, aDBName, 0, 0, 0, 5, 5, success);
+ sc::ExternalDataMapper aExternalDataMapper (&getDocShell(), aCSVPath, aDBName, 0, 0, 0, 5, 5, false, success);
aExternalDataMapper.StartImport();
Scheduler::ProcessEventsToIdle();
CPPUNIT_ASSERT_EQUAL (-2012.0, m_pDoc->GetValue(0, 0, 0));