summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 09:28:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 12:46:27 +0100
commitf656547d4d41091b5ccb729838e7355554a453cd (patch)
treebaab3db9b9287d11133c5f4495b3ed4b812f0c17 /fpicker
parentf51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (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 'fpicker')
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.hxx1
-rw-r--r--fpicker/source/aqua/SalAquaPicker.hxx1
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx1
-rw-r--r--fpicker/source/office/fileview.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx
index d827240fd4dd..a5ea72a29435 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.hxx
+++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx
@@ -32,7 +32,6 @@
#include <rtl/ustring.hxx>
-// class declaration
class SalAquaFolderPicker :
diff --git a/fpicker/source/aqua/SalAquaPicker.hxx b/fpicker/source/aqua/SalAquaPicker.hxx
index acfa2a855db0..739297e3ea71 100644
--- a/fpicker/source/aqua/SalAquaPicker.hxx
+++ b/fpicker/source/aqua/SalAquaPicker.hxx
@@ -34,7 +34,6 @@
#include <postmac.h>
-// class declaration
class SalAquaPicker
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index db7ac9d2bd60..5475a5002561 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -403,7 +403,6 @@ void SvtFilePicker::ensureFilterList( const OUString& _rInitialCurrentFilter )
}
-// class SvtFilePicker
SvtFilePicker::SvtFilePicker()
:m_bMultiSelection ( false )
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index 9fda18b2a36f..b09f589a32ba 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -1114,7 +1114,6 @@ void SvtFileView::SetConfigString(const OUString& rCfgStr)
pView->set_column_fixed_widths(aWidths);
}
-// class SvtFileView_Impl
SvtFileView_Impl::SvtFileView_Impl(SvtFileView* pAntiImpl, weld::Window* pTopLevel,
std::unique_ptr<weld::TreeView> xTreeView,
std::unique_ptr<weld::IconView> xIconView,