summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 15:53:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:07:36 +0200
commit68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch)
tree44ef8a6d927420111ddea01975dfcdc25556ad55 /sal
parent0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff)
remove empty comments
found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx
index dc0434d23cb3..8248255ba78b 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -365,8 +365,7 @@ public:
};
-/**
-*/
+
class OAddThread : public Thread
{
ThreadSafeValue<sal_Int32> m_aFlag;
@@ -1701,8 +1700,6 @@ void SAL_CALL destroyCallback(void * data)
static ThreadData myThreadData(destroyCallback);
-/**
-*/
class myKeyThread : public Thread
{
public: