summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/GlobalLogWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/GlobalLogWriter.java')
-rw-r--r--qadevOOo/runner/convwatch/GlobalLogWriter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/GlobalLogWriter.java b/qadevOOo/runner/convwatch/GlobalLogWriter.java
index fe785915cc02..cb31959dd0e7 100644
--- a/qadevOOo/runner/convwatch/GlobalLogWriter.java
+++ b/qadevOOo/runner/convwatch/GlobalLogWriter.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,16 +42,16 @@ public class GlobalLogWriter
}
return m_aGlobalLogWriter;
}
-
+
// public static synchronized void initialize()
// {
// get().initialize(null, true);
// }
-
+
public static synchronized void set(LogWriter _aLog)
{
m_aGlobalLogWriter = _aLog;
}
-
+
}