summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dataproviderdlg.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-02 02:41:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-03 08:03:16 +0200
commitbb1d5780226bb1b9156580972eea9aa849178742 (patch)
treec1e62554e0caca5bd6e727bed38adac6b798cea7 /sc/source/ui/inc/dataproviderdlg.hxx
parent5fce97a58b8f764e35bf98128591c9a89537da05 (diff)
store the data provider settings in the document
Change-Id: I049187432437a4bf2539fae54d44ad1266c54149 Reviewed-on: https://gerrit.libreoffice.org/56787 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/inc/dataproviderdlg.hxx')
-rw-r--r--sc/source/ui/inc/dataproviderdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dataproviderdlg.hxx b/sc/source/ui/inc/dataproviderdlg.hxx
index 5a45fb7cce39..a56f4f612b45 100644
--- a/sc/source/ui/inc/dataproviderdlg.hxx
+++ b/sc/source/ui/inc/dataproviderdlg.hxx
@@ -61,7 +61,7 @@ public:
void splitColumn();
void mergeColumns();
- void import();
+ void import(ScDocument* pDoc);
};
#endif