summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dataproviderdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dataproviderdlg.hxx')
-rw-r--r--sc/source/ui/inc/dataproviderdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dataproviderdlg.hxx b/sc/source/ui/inc/dataproviderdlg.hxx
index a56f4f612b45..5b5c444d13d8 100644
--- a/sc/source/ui/inc/dataproviderdlg.hxx
+++ b/sc/source/ui/inc/dataproviderdlg.hxx
@@ -36,6 +36,7 @@ private:
VclPtr<ListControl> mpList;
VclPtr<MenuBar> mpBar;
VclPtr<ScDataProviderBaseControl> mpDataProviderCtrl;
+ VclPtr<ListBox> mpDBRanges;
ScDBData* pDBData;
@@ -47,7 +48,7 @@ private:
public:
- ScDataProviderDlg(vcl::Window* pWindow, std::shared_ptr<ScDocument> pDoc);
+ ScDataProviderDlg(vcl::Window* pWindow, std::shared_ptr<ScDocument> pDoc, ScDocument* pDocument);
virtual ~ScDataProviderDlg() override;
virtual void dispose() override;
@@ -61,7 +62,7 @@ public:
void splitColumn();
void mergeColumns();
- void import(ScDocument* pDoc);
+ void import(ScDocument* pDoc, bool bInternal = false);
};
#endif