diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 09:28:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 12:46:27 +0100 |
commit | f656547d4d41091b5ccb729838e7355554a453cd (patch) | |
tree | baab3db9b9287d11133c5f4495b3ed4b812f0c17 /ucb/source/ucp | |
parent | f51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff) |
remove some useless comment lines
which merely announce that the next declaration is a class
Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc
Reviewed-on: https://gerrit.libreoffice.org/84229
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/package/pkgprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkgprovider.cxx b/ucb/source/ucp/package/pkgprovider.cxx index 609ce5b40671..f364c9060d30 100644 --- a/ucb/source/ucp/package/pkgprovider.cxx +++ b/ucb/source/ucp/package/pkgprovider.cxx @@ -45,7 +45,6 @@ namespace package_ucp { -// class Package. namespace { diff --git a/ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx b/ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx index 6359c6d8c37c..a92720b50b74 100644 --- a/ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx +++ b/ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx @@ -38,7 +38,6 @@ namespace webdav_ucp { -// class DAVAuthListenerImpl. class DAVAuthListener_Impl : public DAVAuthListener diff --git a/ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx b/ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx index f33436a54e3e..fc3f9a845928 100644 --- a/ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx +++ b/ucb/source/ucp/webdav/DAVAuthListenerImpl.hxx @@ -29,7 +29,6 @@ namespace http_dav_ucp { -// class DAVAuthListenerImpl. class DAVAuthListener_Impl : public DAVAuthListener |