summaryrefslogtreecommitdiff
path: root/l10ntools/source/filter/utils
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/filter/utils')
-rw-r--r--l10ntools/source/filter/utils/Cache.java3
-rw-r--r--l10ntools/source/filter/utils/Logger.java9
-rw-r--r--l10ntools/source/filter/utils/XMLHelper.java3
3 files changed, 2 insertions, 13 deletions
diff --git a/l10ntools/source/filter/utils/Cache.java b/l10ntools/source/filter/utils/Cache.java
index d3ad7dbc6211..744481d1ef52 100644
--- a/l10ntools/source/filter/utils/Cache.java
+++ b/l10ntools/source/filter/utils/Cache.java
@@ -36,8 +36,7 @@ import java.io.*;
*/
public class Cache
{
- //___________________________________________
- // public const
+
/** identifies a file type item of this cache. */
public static final int E_TYPE = 0;
diff --git a/l10ntools/source/filter/utils/Logger.java b/l10ntools/source/filter/utils/Logger.java
index 425f2a24c420..2b206b351e8a 100644
--- a/l10ntools/source/filter/utils/Logger.java
+++ b/l10ntools/source/filter/utils/Logger.java
@@ -18,15 +18,9 @@
package com.sun.star.filter.config.tools.utils;
-//_______________________________________________
-// imports
-
import java.lang.*;
import java.util.*;
-//_______________________________________________
-// definition
-
/** can be used to print out some debug messages
* and group it into warnings/errors or info statements.
*
@@ -34,9 +28,6 @@ import java.util.*;
*/
public class Logger
{
- //___________________________________________
- // const
-
/** only error message will be shown. */
public static final int LEVEL_ERRORS = 1;
diff --git a/l10ntools/source/filter/utils/XMLHelper.java b/l10ntools/source/filter/utils/XMLHelper.java
index 2dc4d5c65596..390a6e59af95 100644
--- a/l10ntools/source/filter/utils/XMLHelper.java
+++ b/l10ntools/source/filter/utils/XMLHelper.java
@@ -35,8 +35,7 @@ import java.io.*;
*/
public class XMLHelper
{
- //___________________________________________
- // public const
+
/** its a possible value of the xml attribute "oor:type" and identify an integer type. */
public static final java.lang.String XMLTYPE_INTEGER = "xs:int";