Removed extra 0 param

This commit is contained in:
warren%netscape.com 2000-10-28 02:18:32 +00:00
parent 94795db4ee
commit 72a116b512
10 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@
#include <Scrap.h>
#include "nslog.h"
NS_IMPL_LOG(nsClipboardLog, 0)
NS_IMPL_LOG(nsClipboardLog)
#define PRINTF NS_LOG_PRINTF(nsClipboardLog)
#define FLUSH NS_LOG_FLUSH(nsClipboardLog)

View File

@ -41,7 +41,7 @@
#include <Menus.h>
#include "nslog.h"
NS_IMPL_LOG(nsContextMenuLog, 0)
NS_IMPL_LOG(nsContextMenuLog)
#define PRINTF NS_LOG_PRINTF(nsContextMenuLog)
#define FLUSH NS_LOG_FLUSH(nsContextMenuLog)

View File

@ -62,7 +62,7 @@
#include "nslog.h"
NS_IMPL_LOG(nsDragServiceLog, 0)
NS_IMPL_LOG(nsDragServiceLog)
#define PRINTF NS_LOG_PRINTF(nsDragServiceLog)
#define FLUSH NS_LOG_FLUSH(nsDragServiceLog)

View File

@ -33,7 +33,7 @@
#include <A4Stuff.h>
#include "nslog.h"
NS_IMPL_LOG(nsDynamicMDEFLog, 0)
NS_IMPL_LOG(nsDynamicMDEFLog)
#define PRINTF NS_LOG_PRINTF(nsDynamicMDEFLog)
#define FLUSH NS_LOG_FLUSH(nsDynamicMDEFLog)

View File

@ -41,7 +41,7 @@
#endif
#include "nslog.h"
NS_IMPL_LOG(nsMacEventHandlerLog, 0)
NS_IMPL_LOG(nsMacEventHandlerLog)
#define PRINTF NS_LOG_PRINTF(nsMacEventHandlerLog)
#define FLUSH NS_LOG_FLUSH(nsMacEventHandlerLog)

View File

@ -68,7 +68,7 @@
#include "nslog.h"
NS_IMPL_LOG(nsMacMessagePumpLog, 0)
NS_IMPL_LOG(nsMacMessagePumpLog)
#define PRINTF NS_LOG_PRINTF(nsMacMessagePumpLog)
#define FLUSH NS_LOG_FLUSH(nsMacMessagePumpLog)

View File

@ -52,7 +52,7 @@
#include "nsDynamicMDEF.h"
#include "nslog.h"
NS_IMPL_LOG(nsMenuLog, 0)
NS_IMPL_LOG(nsMenuLog)
#define PRINTF NS_LOG_PRINTF(nsMenuLog)
#define FLUSH NS_LOG_FLUSH(nsMenuLog)

View File

@ -51,7 +51,7 @@
#include "nsMacResources.h"
#include "nslog.h"
NS_IMPL_LOG(nsMenuBarLog, 0)
NS_IMPL_LOG(nsMenuBarLog)
#define PRINTF NS_LOG_PRINTF(nsMenuBarLog)
#define FLUSH NS_LOG_FLUSH(nsMenuBarLog)

View File

@ -31,7 +31,7 @@
#include "nsStringUtil.h"
#include "nslog.h"
NS_IMPL_LOG(nsTextHelperLog, 0)
NS_IMPL_LOG(nsTextHelperLog)
#define PRINTF NS_LOG_PRINTF(nsTextHelperLog)
#define FLUSH NS_LOG_FLUSH(nsTextHelperLog)

View File

@ -53,7 +53,7 @@
#include "nsGfxUtils.h"
#include "nslog.h"
NS_IMPL_LOG(nsWindowLog, 0)
NS_IMPL_LOG(nsWindowLog)
#define PRINTF NS_LOG_PRINTF(nsWindowLog)
#define FLUSH NS_LOG_FLUSH(nsWindowLog)