diff options
author | Kay Ramme <kr@openoffice.org> | 2000-11-24 15:31:58 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2000-11-24 15:31:58 +0000 |
commit | 8561ca55b33a1f8f80ab4a2f83ec4475ba2507fe (patch) | |
tree | bfa3b21c8ef9730e7d60f178e4f1387f843a32c1 /jut/com | |
parent | dad597d504be60456f14d6cb6f653e1a889df7cc (diff) |
#80244# set DEBUG to false
Diffstat (limited to 'jut/com')
-rw-r--r-- | jut/com/sun/star/tools/uno/UnoApp.java | 6 |
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 4b386fb50..31b7cd30a 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. |