From a65905daff40fc30a4cee68cb61673f79eeaabb0 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Fri, 17 Jun 2005 18:17:08 +0000 Subject: [PATCH] fixing bustage from Bug 224678 git-svn-id: svn://10.0.0.236/trunk@174780 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/composer/src/nsComposerRegistration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/editor/composer/src/nsComposerRegistration.cpp b/mozilla/editor/composer/src/nsComposerRegistration.cpp index 13650f6349c..3b5c2b311e9 100644 --- a/mozilla/editor/composer/src/nsComposerRegistration.cpp +++ b/mozilla/editor/composer/src/nsComposerRegistration.cpp @@ -50,10 +50,10 @@ #include "nsServiceManagerUtils.h" #define NS_HTMLEDITOR_COMMANDTABLE_CID \ -{ 0x13e50d8d, 0x9cee, 0x4ad1, { 0xa3, 0xa2, 0x4a, 0x44, 0x2f, 0xdf, 0x7d, 0xfa } }; +{ 0x13e50d8d, 0x9cee, 0x4ad1, { 0xa3, 0xa2, 0x4a, 0x44, 0x2f, 0xdf, 0x7d, 0xfa } } #define NS_HTMLEDITOR_DOCSTATE_COMMANDTABLE_CID \ -{ 0xa33982d3, 0x1adf, 0x4162, { 0x99, 0x41, 0xf7, 0x34, 0xbc, 0x45, 0xe4, 0xed } }; +{ 0xa33982d3, 0x1adf, 0x4162, { 0x99, 0x41, 0xf7, 0x34, 0xbc, 0x45, 0xe4, 0xed } } static NS_DEFINE_CID(kHTMLEditorCommandTableCID, NS_HTMLEDITOR_COMMANDTABLE_CID);