summaryrefslogtreecommitdiff
path: root/jut
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2000-11-24 15:31:58 +0000
committerKay Ramme <kr@openoffice.org>2000-11-24 15:31:58 +0000
commitf0d73a0d33ab31db6b5724a46eb55f4a4bb379b9 (patch)
tree4bc462a7cb2372eff433bbff7f170a231f9b3cc0 /jut
parenta8c94485fd4b590aab0d765cfb0f141251e6da79 (diff)
#80244# set DEBUG to false
Diffstat (limited to 'jut')
-rw-r--r--jut/com/sun/star/tools/uno/UnoApp.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/jut/com/sun/star/tools/uno/UnoApp.java b/jut/com/sun/star/tools/uno/UnoApp.java
index 725ddf96c217..d220408a2628 100644
--- a/jut/com/sun/star/tools/uno/UnoApp.java
+++ b/jut/com/sun/star/tools/uno/UnoApp.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoApp.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kr $ $Date: 2000-11-24 13:16:38 $
+ * last change: $Author: kr $ $Date: 2000-11-24 16:31:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ import com.sun.star.uno.Type;
* <p>
*/
public class UnoApp {
- static public final boolean DEBUG = true;
+ static public final boolean DEBUG = false;
/**
* Bootstraps a servicemanager with some base components registered.