diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-12-05 20:28:21 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-12-05 20:28:21 +0000 |
commit | 1b11499074d855e34f40953898594035ca451c71 (patch) | |
tree | 00b755a7b30c8aee8ae5464488611fef23a8e041 /sal/workben | |
parent | 3facbad1ecbb5ac7ebbf1fa8cfb060be9147429a (diff) |
Remove redundant comments
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/clipboardwben/testcopy/XTDataObject.hxx | 9 | ||||
-rw-r--r-- | sal/workben/t_osl_getVolInfo.cxx | 8 | ||||
-rw-r--r-- | sal/workben/t_osl_joinProcess.cxx | 4 |
3 files changed, 0 insertions, 21 deletions
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 <ole2.h> #include <objidl.h> - -//------------------------------------------------------------------------ -// -//------------------------------------------------------------------------ - 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: |