[Libreoffice-commits] core.git: sc/source

Jaskaran Singh jvsg1303 at gmail.com
Sun Jan 15 12:03:42 UTC 2017


 sc/source/ui/inc/dataprovider.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 92fc31dd787149b59fcd08c08bffb90a9e2f5b64
Author: Jaskaran Singh <jvsg1303 at 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 <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at 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();


More information about the Libreoffice-commits mailing list