diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-12 19:10:26 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-12 21:15:23 +0200 |
commit | 32708687dbb496e6b8d74c806126f0f28a3ac2a2 (patch) | |
tree | 68c40af197f252e4c301fe333825e9a38f6d68f5 /sc/inc/datamapper.hxx | |
parent | c88d4ddfcdbf3fcaf7eddbfc56ec9e15392ecf85 (diff) |
external data: introduce a deterministic mode for the tests
Change-Id: I5804800216bd7d22b89a4e54d3f46cc3520f7c42
Reviewed-on: https://gerrit.libreoffice.org/41091
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/datamapper.hxx')
-rw-r--r-- | sc/inc/datamapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/datamapper.hxx b/sc/inc/datamapper.hxx index b8216b0de0de..55390fc5a39b 100644 --- a/sc/inc/datamapper.hxx +++ b/sc/inc/datamapper.hxx @@ -87,7 +87,7 @@ public: OUString getDBName() const; void setDBData(ScDBData* pDBData); - void refresh(ScDocument* pDoc); + void refresh(ScDocument* pDoc, bool bDeterministic = false); }; class SC_DLLPUBLIC ExternalDataMapper |