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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/doc/guisaveas.cxx | 3 | ||||
-rw-r--r-- | sfx2/source/explorer/nochaos.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 74a753d8da5c..8235433d0177 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -213,7 +213,6 @@ SfxFilterFlags getDontFlags( sal_Int16 nStoreMode ) } -// class DocumentSettingsGuard class DocumentSettingsGuard @@ -273,7 +272,6 @@ public: } // anonymous namespace -// class ModelData_Impl class ModelData_Impl { @@ -1272,7 +1270,6 @@ OUString ModelData_Impl::GetRecommendedName( const OUString& aSuggestedName, con } -// class SfxStoringHelper SfxStoringHelper::SfxStoringHelper() diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx index d12a09a35a78..baa5bdf7658e 100644 --- a/sfx2/source/explorer/nochaos.cxx +++ b/sfx2/source/explorer/nochaos.cxx @@ -30,7 +30,6 @@ #define WID_CHAOS_START 500 -// class CntStaticPoolDefaults_Impl namespace { |