java: remove some comment noise
Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13 Reviewed-on: https://gerrit.libreoffice.org/13405 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
3e7f9e3a8f
commit
dd6c337d83
@@ -49,7 +49,7 @@ import static org.junit.Assert.*;
|
|||||||
|
|
||||||
/** complex test case for the css.container.Map implementation
|
/** complex test case for the css.container.Map implementation
|
||||||
*/
|
*/
|
||||||
public class Map /* extends complexlib.ComplexTestCase */
|
public class Map
|
||||||
{
|
{
|
||||||
private static String impl_getNth( int n )
|
private static String impl_getNth( int n )
|
||||||
{
|
{
|
||||||
|
@@ -54,7 +54,8 @@ class TestHelper
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
|
public class SequenceOutputStreamUnitTest
|
||||||
|
{
|
||||||
private XMultiServiceFactory m_xMSF = null;
|
private XMultiServiceFactory m_xMSF = null;
|
||||||
|
|
||||||
TestHelper m_aTestHelper = null;
|
TestHelper m_aTestHelper = null;
|
||||||
|
@@ -47,7 +47,7 @@ import com.sun.star.container.XNamed;
|
|||||||
* Check the XCellRangesQuery interface on the SheetCell service. test was
|
* Check the XCellRangesQuery interface on the SheetCell service. test was
|
||||||
* created for bug i20044.
|
* created for bug i20044.
|
||||||
*/
|
*/
|
||||||
public class CheckXCellRangesQuery /* extends ComplexTestCase */ {
|
public class CheckXCellRangesQuery {
|
||||||
XSpreadsheetDocument m_xSheetDoc = null;
|
XSpreadsheetDocument m_xSheetDoc = null;
|
||||||
XCellRangesQuery m_xCell = null;
|
XCellRangesQuery m_xCell = null;
|
||||||
XSpreadsheet m_xSpreadSheet = null;
|
XSpreadsheet m_xSpreadSheet = null;
|
||||||
|
@@ -52,7 +52,7 @@ import org.openoffice.test.OfficeConnection;
|
|||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
|
||||||
public class CalcRTL /* extends ComplexTestCase */
|
public class CalcRTL
|
||||||
{
|
{
|
||||||
XSpreadsheetDocument xSheetDoc = null;
|
XSpreadsheetDocument xSheetDoc = null;
|
||||||
|
|
||||||
|
@@ -32,7 +32,7 @@ import static org.junit.Assert.*;
|
|||||||
/* Document.
|
/* Document.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class OLESimpleStorageUnitTest /* extends ComplexTestCase */
|
public class OLESimpleStorageUnitTest
|
||||||
{
|
{
|
||||||
private XMultiServiceFactory m_xMSF = null;
|
private XMultiServiceFactory m_xMSF = null;
|
||||||
|
|
||||||
|
@@ -29,7 +29,8 @@ import org.junit.Test;
|
|||||||
import org.openoffice.test.OfficeConnection;
|
import org.openoffice.test.OfficeConnection;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class TempFileUnitTest /* extends ComplexTestCase */ {
|
public class TempFileUnitTest
|
||||||
|
{
|
||||||
private XMultiServiceFactory m_xMSF = null;
|
private XMultiServiceFactory m_xMSF = null;
|
||||||
private XSimpleFileAccess m_xSFA = null;
|
private XSimpleFileAccess m_xSFA = null;
|
||||||
|
|
||||||
|
@@ -89,8 +89,7 @@ class TempDir
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class CheckMemoryUsage /* extends ComplexTestCase */
|
public class CheckMemoryUsage
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
private static final String sWriterDoc = "sxw,writer_pdf_Export";
|
private static final String sWriterDoc = "sxw,writer_pdf_Export";
|
||||||
|
Reference in New Issue
Block a user