summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-11-19 21:32:40 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-20 08:35:57 +0100
commit3ea4bda77b3383c74b4b837e6850e6d68f25e396 (patch)
tree115b8cdc07231b03537a93f0f263ddb71d7c2861 /connectivity
parente371baccb4da0d97794f6614c6362bd8e32ee32b (diff)
connectivity: avoid redundant access specifier
Change-Id: Id30b699dfdf561a42012e620db7cafabeab3ebc0 Reviewed-on: https://gerrit.libreoffice.org/83238 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/writer/WCatalog.hxx1
1 files changed, 0 insertions, 1 deletions
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);
};