From 1b11499074d855e34f40953898594035ca451c71 Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Sun, 5 Dec 2010 20:28:21 +0000 Subject: Remove redundant comments --- sal/workben/clipboardwben/testcopy/XTDataObject.hxx | 9 --------- sal/workben/t_osl_getVolInfo.cxx | 8 -------- sal/workben/t_osl_joinProcess.cxx | 4 ---- 3 files changed, 21 deletions(-) (limited to 'sal/workben') diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx index e6b68408e62a..213247c1e6b2 100644 --- a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx +++ b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx @@ -45,11 +45,6 @@ #include #include - -//------------------------------------------------------------------------ -// -//------------------------------------------------------------------------ - class EnumFormatEtc; class CXTDataObject : public IDataObject @@ -99,10 +94,6 @@ private: friend class CEnumFormatEtc; }; -//------------------------------------------------------------------------ -// -//------------------------------------------------------------------------ - class CEnumFormatEtc : public IEnumFORMATETC { public: diff --git a/sal/workben/t_osl_getVolInfo.cxx b/sal/workben/t_osl_getVolInfo.cxx index a57a414730b1..8b6e929156ae 100644 --- a/sal/workben/t_osl_getVolInfo.cxx +++ b/sal/workben/t_osl_getVolInfo.cxx @@ -49,10 +49,6 @@ # define TEST_PATH_6 "/blah" #endif -//------------------------------ -// -//------------------------------ - void test_getVolumeInformation(const rtl::OUString& path_url) { oslVolumeInfo vi; @@ -79,10 +75,6 @@ void test_getVolumeInformation(const rtl::OUString& path_url) ); } -//------------------------------ -// -//------------------------------ - class TestClass_osl_getVolumeInformation : public CppUnit::TestFixture { public: diff --git a/sal/workben/t_osl_joinProcess.cxx b/sal/workben/t_osl_joinProcess.cxx index 5866bcafb98a..2202040ae673 100644 --- a/sal/workben/t_osl_joinProcess.cxx +++ b/sal/workben/t_osl_joinProcess.cxx @@ -43,10 +43,6 @@ const rtl::OUString CWD = rtl::OUString::createFromAscii("."); -//------------------------------ -// -//------------------------------ - class Test_osl_Process : public CppUnit::TestFixture { public: -- cgit