diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-09 15:01:12 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-12-10 08:04:33 +0000 |
commit | dd6c337d83eb21f7b4e2a1c755150f2e4c799fb7 (patch) | |
tree | 4e850460e990385d53f0d4b4d78654df77961da0 /sc/qa | |
parent | 3e7f9e3a8fbb1a556c76d8be181de259793c4560 (diff) |
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>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/complex/cellRanges/CheckXCellRangesQuery.java | 2 | ||||
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java b/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java index 9e53de25c6b1..9feb683be1ea 100644 --- a/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java +++ b/sc/qa/complex/cellRanges/CheckXCellRangesQuery.java @@ -47,7 +47,7 @@ import com.sun.star.container.XNamed; * Check the XCellRangesQuery interface on the SheetCell service. test was * created for bug i20044. */ -public class CheckXCellRangesQuery /* extends ComplexTestCase */ { +public class CheckXCellRangesQuery { XSpreadsheetDocument m_xSheetDoc = null; XCellRangesQuery m_xCell = null; XSpreadsheet m_xSpreadSheet = null; diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index 9176d5cda8b6..a308300eb1bc 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -52,7 +52,7 @@ import org.openoffice.test.OfficeConnection; import static org.junit.Assert.*; -public class CalcRTL /* extends ComplexTestCase */ +public class CalcRTL { XSpreadsheetDocument xSheetDoc = null; |