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 /include/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 'include/sfx2')
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index 95a082cdae32..33a14090e3e7 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -61,7 +61,6 @@ class SfxViewShell; sal_Int16 MapGroupIDToCommandGroup( SfxGroupId nGroupID ); -// class declarations typedef ::cppu::WeakImplHelper < css::frame::XController2 diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index d625f7871029..7d3be53fd515 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -90,7 +90,6 @@ namespace com::sun::star::ui { class XUIConfigurationManager2; } namespace com::sun::star::util { class XCloseListener; } namespace com::sun::star::util { class XModifyListener; } -// class declarations /**_______________________________________________________________________________________________________ |