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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 20 07:37:06 UTC 2019


 connectivity/source/inc/writer/WCatalog.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3ea4bda77b3383c74b4b837e6850e6d68f25e396
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Nov 19 21:32:40 2019 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Nov 20 08:35:57 2019 +0100

    connectivity: avoid redundant access specifier
    
    Change-Id: Id30b699dfdf561a42012e620db7cafabeab3ebc0
    Reviewed-on: https://gerrit.libreoffice.org/83238
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/connectivity/source/inc/writer/WCatalog.hxx b/connectivity/source/inc/writer/WCatalog.hxx
index f076b22e4875..a6d8bd93d504 100644
--- a/connectivity/source/inc/writer/WCatalog.hxx
+++ b/connectivity/source/inc/writer/WCatalog.hxx
@@ -32,7 +32,6 @@ class OWriterCatalog : public file::OFileCatalog
 public:
     void refreshTables() override;
 
-public:
     OWriterCatalog(OWriterConnection* pConnection);
 };
 


More information about the Libreoffice-commits mailing list