sc/source/ui/inc/dataprovider.hxx | 1 - 1 file changed, 1 deletion(-) New commits: commit b9e903b31440176eea1a9b3ffaf34533f2df3756 Author: Jaskaran Singh <jvsg1...@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 <c...@libreoffice.org> Reviewed-by: Jaskaran singh <jvsg1...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits