From 5d602146785669063af11a96c6f716c22e0208ee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Nov 2014 10:31:08 +0200 Subject: java: remove some comment noise Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34 --- qadevOOo/runner/helper/WindowListener.java | 7 ------- .../tests/java/ifc/configuration/backend/_XSingleLayerStratum.java | 7 +------ 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/helper/WindowListener.java b/qadevOOo/runner/helper/WindowListener.java index 00395c6f75cd..064743c7dcbd 100644 --- a/qadevOOo/runner/helper/WindowListener.java +++ b/qadevOOo/runner/helper/WindowListener.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 . */ - -/* - * WindowListener.java - * - * Created on 30. Juli 2002, 12:36 - */ - package helper; /** diff --git a/qadevOOo/tests/java/ifc/configuration/backend/_XSingleLayerStratum.java b/qadevOOo/tests/java/ifc/configuration/backend/_XSingleLayerStratum.java index 4297c6c9f1dc..31fbdc16ee5b 100644 --- a/qadevOOo/tests/java/ifc/configuration/backend/_XSingleLayerStratum.java +++ b/qadevOOo/tests/java/ifc/configuration/backend/_XSingleLayerStratum.java @@ -15,13 +15,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * _XSingleLayerStratum.java - * - * Created on 23. March 2004, 16:37 - */ package ifc.configuration.backend; + import com.sun.star.configuration.backend.XLayer; import com.sun.star.configuration.backend.XSingleLayerStratum; import com.sun.star.configuration.backend.XUpdatableLayer; -- cgit