diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-25 10:31:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-25 10:34:27 +0200 |
commit | 5d602146785669063af11a96c6f716c22e0208ee (patch) | |
tree | c5d278dab9ae645ae566999e89e6ed7b044073d8 /forms | |
parent | d6d6903e61d368e03d039f78dc7130cfe0206695 (diff) |
java: remove some comment noise
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
Diffstat (limited to 'forms')
-rw-r--r-- | forms/qa/integration/forms/CellBinding.java | 7 | ||||
-rw-r--r-- | forms/qa/integration/forms/ImageComparison.java | 7 | ||||
-rw-r--r-- | forms/qa/integration/forms/SpreadsheetView.java | 6 |
3 files changed, 0 insertions, 20 deletions
diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java index e71975ae96e7..f4258a82260f 100644 --- a/forms/qa/integration/forms/CellBinding.java +++ b/forms/qa/integration/forms/CellBinding.java @@ -15,13 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * CellBinding.java - * - * Created on 12. Mai 2004, 15:15 - */ - package integration.forms; import com.sun.star.uno.*; diff --git a/forms/qa/integration/forms/ImageComparison.java b/forms/qa/integration/forms/ImageComparison.java index 034f4e550efc..e28771fc7208 100644 --- a/forms/qa/integration/forms/ImageComparison.java +++ b/forms/qa/integration/forms/ImageComparison.java @@ -15,13 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * ImageComparison.java - * - * Created on 23. September 2003, 17:40 - */ - package integration.forms; public final class ImageComparison implements com.sun.star.awt.XImageConsumer diff --git a/forms/qa/integration/forms/SpreadsheetView.java b/forms/qa/integration/forms/SpreadsheetView.java index 76934bc9b655..22ff1c06b948 100644 --- a/forms/qa/integration/forms/SpreadsheetView.java +++ b/forms/qa/integration/forms/SpreadsheetView.java @@ -15,12 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * SpreadsheetView.java - * - * Created on 2. Oktober 2003, 14:02 - */ - package integration.forms; import com.sun.star.uno.*; |