From 3ea4bda77b3383c74b4b837e6850e6d68f25e396 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 19 Nov 2019 21:32:40 +0100 Subject: [PATCH] connectivity: avoid redundant access specifier Change-Id: Id30b699dfdf561a42012e620db7cafabeab3ebc0 Reviewed-on: https://gerrit.libreoffice.org/83238 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- connectivity/source/inc/writer/WCatalog.hxx | 1 - 1 file changed, 1 deletion(-) 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); };