From 1b986dbb542ec08d4e1c3e222ad1856dbe6e2497 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Tue, 6 Apr 1999 23:05:59 +0000 Subject: [PATCH] Turning on new clipboard support git-svn-id: svn://10.0.0.236/trunk@26586 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsEditor.cpp | 2 +- mozilla/editor/libeditor/base/nsEditor.cpp | 2 +- mozilla/layout/base/nsPresShell.cpp | 2 +- mozilla/layout/html/base/src/nsPresShell.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/editor/base/nsEditor.cpp b/mozilla/editor/base/nsEditor.cpp index 1ecdd6bd249..b10c65546ef 100644 --- a/mozilla/editor/base/nsEditor.cpp +++ b/mozilla/editor/base/nsEditor.cpp @@ -71,7 +71,7 @@ // END #endif -//#define NEW_CLIPBOARD_SUPPORT +#define NEW_CLIPBOARD_SUPPORT #ifdef NEW_CLIPBOARD_SUPPORT diff --git a/mozilla/editor/libeditor/base/nsEditor.cpp b/mozilla/editor/libeditor/base/nsEditor.cpp index 1ecdd6bd249..b10c65546ef 100644 --- a/mozilla/editor/libeditor/base/nsEditor.cpp +++ b/mozilla/editor/libeditor/base/nsEditor.cpp @@ -71,7 +71,7 @@ // END #endif -//#define NEW_CLIPBOARD_SUPPORT +#define NEW_CLIPBOARD_SUPPORT #ifdef NEW_CLIPBOARD_SUPPORT diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index e2e201ba97a..5ec922ed56e 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -70,7 +70,7 @@ // XXX This is just a temporary thing until //the new Clipboard support comes on line -//#define NEW_CLIPBOARD_SUPPORT +#define NEW_CLIPBOARD_SUPPORT #ifdef NEW_CLIPBOARD_SUPPORT // Drag & Drop, Clipboard diff --git a/mozilla/layout/html/base/src/nsPresShell.cpp b/mozilla/layout/html/base/src/nsPresShell.cpp index e2e201ba97a..5ec922ed56e 100644 --- a/mozilla/layout/html/base/src/nsPresShell.cpp +++ b/mozilla/layout/html/base/src/nsPresShell.cpp @@ -70,7 +70,7 @@ // XXX This is just a temporary thing until //the new Clipboard support comes on line -//#define NEW_CLIPBOARD_SUPPORT +#define NEW_CLIPBOARD_SUPPORT #ifdef NEW_CLIPBOARD_SUPPORT // Drag & Drop, Clipboard