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

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 16 17:42:12 UTC 2020


 desktop/source/app/updater.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 830e21451f53e3e4405d44909f9fc640bf011781
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Sun Feb 16 18:34:48 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sun Feb 16 18:41:39 2020 +0100

    Remove useless access modifier from the Updater class
    
    Change-Id: I1353634e9e5e65dd080daf7304d5e8a16bc77e4b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88808
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/desktop/source/app/updater.hxx b/desktop/source/app/updater.hxx
index 3bda24b02b6c..d0a55df6bf1f 100644
--- a/desktop/source/app/updater.hxx
+++ b/desktop/source/app/updater.hxx
@@ -18,7 +18,6 @@ void update_checker();
 
 class Updater
 {
-private:
 public:
     static OUString getUpdateInfoLog();
     static OUString getPatchDirURL();


More information about the Libreoffice-commits mailing list