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

Jaskaran Singh jvsg1303 at gmail.com
Thu Dec 29 04:12:09 UTC 2016


 sc/source/ui/inc/dataprovider.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b9e903b31440176eea1a9b3ffaf34533f2df3756
Author: Jaskaran Singh <jvsg1303 at gmail.com>
Date:   Thu Dec 29 02:35:31 2016 +0530

    Make these functions public
    
    That existing piece of code had been written by me but there's no
    reason for those functions to be private atleast I don't remember
    why I did that. Hence the change.
    
    Change-Id: I2168370d72d822bb8b8425cef78cd11360014971
    Reviewed-on: https://gerrit.libreoffice.org/32482
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jaskaran singh <jvsg1303 at gmail.com>

diff --git a/sc/source/ui/inc/dataprovider.hxx b/sc/source/ui/inc/dataprovider.hxx
index 1a01512..6e0a9ed 100644
--- a/sc/source/ui/inc/dataprovider.hxx
+++ b/sc/source/ui/inc/dataprovider.hxx
@@ -86,7 +86,6 @@ class DataProvider
 public:
     virtual ~DataProvider() = 0;
 
-private:
     virtual void StartImport() = 0;
     virtual void StopImport() = 0;
     virtual void Refresh() = 0;


More information about the Libreoffice-commits mailing list