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 /scripting | |
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 'scripting')
-rw-r--r-- | scripting/source/basprov/baslibnode.hxx | 1 | ||||
-rw-r--r-- | scripting/source/basprov/basmethnode.hxx | 1 | ||||
-rw-r--r-- | scripting/source/basprov/basmodnode.hxx | 1 | ||||
-rw-r--r-- | scripting/source/basprov/basprov.hxx | 1 | ||||
-rw-r--r-- | scripting/source/basprov/basscript.hxx | 1 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.hxx | 3 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.hxx | 1 | ||||
-rw-r--r-- | scripting/source/inc/bcholder.hxx | 2 |
8 files changed, 0 insertions, 11 deletions
diff --git a/scripting/source/basprov/baslibnode.hxx b/scripting/source/basprov/baslibnode.hxx index fc9e9e2efeaf..c44ce3a536b5 100644 --- a/scripting/source/basprov/baslibnode.hxx +++ b/scripting/source/basprov/baslibnode.hxx @@ -33,7 +33,6 @@ namespace basprov { - // class BasicLibraryNodeImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/basprov/basmethnode.hxx b/scripting/source/basprov/basmethnode.hxx index 9949620e2ca8..95741eb11798 100644 --- a/scripting/source/basprov/basmethnode.hxx +++ b/scripting/source/basprov/basmethnode.hxx @@ -38,7 +38,6 @@ namespace basprov { - // class BasicMethodNodeImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/basprov/basmodnode.hxx b/scripting/source/basprov/basmodnode.hxx index 569d218fab5e..6ef63b58ba84 100644 --- a/scripting/source/basprov/basmodnode.hxx +++ b/scripting/source/basprov/basmodnode.hxx @@ -32,7 +32,6 @@ namespace basprov { - // class BasicModuleNodeImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/basprov/basprov.hxx b/scripting/source/basprov/basprov.hxx index d10f10e7e970..2e6dc93b4d22 100644 --- a/scripting/source/basprov/basprov.hxx +++ b/scripting/source/basprov/basprov.hxx @@ -38,7 +38,6 @@ namespace basprov { - // class BasicProviderImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/basprov/basscript.hxx b/scripting/source/basprov/basscript.hxx index 62a2d61e66da..820a172d99de 100644 --- a/scripting/source/basprov/basscript.hxx +++ b/scripting/source/basprov/basscript.hxx @@ -36,7 +36,6 @@ namespace basprov { - // class BasicScriptImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx index f2e33d811c00..73a60706556d 100644 --- a/scripting/source/dlgprov/dlgevtatt.hxx +++ b/scripting/source/dlgprov/dlgevtatt.hxx @@ -36,7 +36,6 @@ namespace dlgprov { - // class DialogEventsAttacherImpl typedef std::unordered_map< OUString, css::uno::Reference< css::script::XScriptListener > > ListenerHash; @@ -74,7 +73,6 @@ namespace dlgprov }; - // class DialogAllListenerImpl typedef ::cppu::WeakImplHelper< @@ -104,7 +102,6 @@ namespace dlgprov }; - // class DialogScriptListenerImpl typedef ::cppu::WeakImplHelper< diff --git a/scripting/source/dlgprov/dlgprov.hxx b/scripting/source/dlgprov/dlgprov.hxx index 521bf3f2e316..df3d37a7118c 100644 --- a/scripting/source/dlgprov/dlgprov.hxx +++ b/scripting/source/dlgprov/dlgprov.hxx @@ -50,7 +50,6 @@ namespace dlgprov ::osl::Mutex& getMutex(); - // class DialogProviderImpl css::uno::Reference< css::container::XNameContainer > lcl_createControlModel(const css::uno::Reference< css::uno::XComponentContext >& i_xContext); css::uno::Reference< css::resource::XStringResourceManager > lcl_getStringResourceManager(const css::uno::Reference< css::uno::XComponentContext >& i_xContext,const OUString& i_sURL); diff --git a/scripting/source/inc/bcholder.hxx b/scripting/source/inc/bcholder.hxx index 67c139dc072b..822f65e705d8 100644 --- a/scripting/source/inc/bcholder.hxx +++ b/scripting/source/inc/bcholder.hxx @@ -28,7 +28,6 @@ namespace scripting_helper { - // class OMutexHolder class OMutexHolder @@ -38,7 +37,6 @@ namespace scripting_helper }; - // class OBroadcastHelperHolder class OBroadcastHelperHolder |