summaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
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 'desktop')
-rw-r--r--desktop/source/migration/services/basicmigration.hxx1
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.hxx1
-rw-r--r--desktop/source/migration/services/wordbookmigration.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/migration/services/basicmigration.hxx b/desktop/source/migration/services/basicmigration.hxx
index 8a0c45f664e1..e28c8f8af548 100644
--- a/desktop/source/migration/services/basicmigration.hxx
+++ b/desktop/source/migration/services/basicmigration.hxx
@@ -43,7 +43,6 @@ namespace migration
css::uno::Reference< css::uno::XComponentContext > const & xContext );
- // class BasicMigration
typedef ::cppu::WeakImplHelper<
diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx
index 62eb936dccdb..30f198648798 100644
--- a/desktop/source/migration/services/oo3extensionmigration.hxx
+++ b/desktop/source/migration/services/oo3extensionmigration.hxx
@@ -52,7 +52,6 @@ namespace migration
css::uno::Reference< css::uno::XComponentContext > const & xContext );
- // class ExtensionMigration
typedef ::cppu::WeakImplHelper<
diff --git a/desktop/source/migration/services/wordbookmigration.hxx b/desktop/source/migration/services/wordbookmigration.hxx
index 81a60f7ee3c8..a312c52e3e4a 100644
--- a/desktop/source/migration/services/wordbookmigration.hxx
+++ b/desktop/source/migration/services/wordbookmigration.hxx
@@ -43,7 +43,6 @@ namespace migration
css::uno::Reference< css::uno::XComponentContext > const & xContext );
- // class WordbookMigration
typedef ::cppu::WeakImplHelper<