diff options
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 |