sc/source/ui/inc/dataprovider.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
New commits: commit 92fc31dd787149b59fcd08c08bffb90a9e2f5b64 Author: Jaskaran Singh <jvsg1...@gmail.com> Date: Tue Jan 10 22:29:35 2017 +0530 Expose ExternalDataMapper member functions to the public Change-Id: I182778353e664f9e3dd8003a38c06202e5cdfdec Reviewed-on: https://gerrit.libreoffice.org/32934 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/ui/inc/dataprovider.hxx b/sc/source/ui/inc/dataprovider.hxx index 7093ee5..b915c45 100644 --- a/sc/source/ui/inc/dataprovider.hxx +++ b/sc/source/ui/inc/dataprovider.hxx @@ -22,6 +22,7 @@ #include <document.hxx> #include "docsh.hxx" +#include "scdllapi.h" #include <queue> @@ -39,7 +40,7 @@ SvStream* FetchStreamFromURL(OUString& rUrl); class DataProvider; -class ExternalDataMapper +class SC_DLLPUBLIC ExternalDataMapper { ScRange maRange; ScDocShell* mpDocShell; @@ -50,7 +51,8 @@ class ExternalDataMapper public: ExternalDataMapper(ScDocShell* pDocShell, const OUString& rUrl, const OUString& rName, - SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCOL2, SCROW nRow2, bool& bSuccess); + SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCOL2, SCROW nRow2, bool& bSuccess); + ~ExternalDataMapper(); void StartImport(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits