From 758545ab3fa991b479d162ac3311ffdebe91f852 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Mon, 22 Jan 2001 01:59:47 +0000 Subject: [PATCH] Renaming files to make the mac happier, not part of the build yet. git-svn-id: svn://10.0.0.236/trunk@85247 18797224-902f-48f8-a5cc-f745e15eee43 --- ...lement.idl => nsIDOMHTMLTableCaptionElem.idl} | 4 +--- ...lement.idl => nsIDOMHTMLTableSectionElem.idl} | 16 +++++++--------- 2 files changed, 8 insertions(+), 12 deletions(-) rename mozilla/dom/public/idl/html/{nsIDOMHTMLTableCaptionElement.idl => nsIDOMHTMLTableCaptionElem.idl} (94%) rename mozilla/dom/public/idl/html/{nsIDOMHTMLTableSectionElement.idl => nsIDOMHTMLTableSectionElem.idl} (72%) diff --git a/mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElement.idl b/mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElem.idl similarity index 94% rename from mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElement.idl rename to mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElem.idl index 836d083123c..c6f347492ab 100644 --- a/mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElement.idl +++ b/mozilla/dom/public/idl/html/nsIDOMHTMLTableCaptionElem.idl @@ -24,7 +24,5 @@ [scriptable, uuid(a6cf90b3-15b3-11d2-932e-00805f8add32)] interface nsIDOMHTMLTableCaptionElement : nsIDOMHTMLElement { - - attribute DOMString align; + attribute DOMString align; }; - diff --git a/mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElement.idl b/mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElem.idl similarity index 72% rename from mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElement.idl rename to mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElem.idl index 3e86a686b37..40a8f669e5f 100644 --- a/mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElement.idl +++ b/mozilla/dom/public/idl/html/nsIDOMHTMLTableSectionElem.idl @@ -24,13 +24,11 @@ [scriptable, uuid(a6cf90b5-15b3-11d2-932e-00805f8add32)] interface nsIDOMHTMLTableSectionElement : nsIDOMHTMLElement { - - attribute DOMString align; - attribute DOMString ch; - attribute DOMString chOff; - attribute DOMString vAlign; - readonly attribute nsIDOMHTMLCollection rows; - nsIDOMHTMLElement insertRow(in long index); - void deleteRow(in long index); + attribute DOMString align; + attribute DOMString ch; + attribute DOMString chOff; + attribute DOMString vAlign; + readonly attribute nsIDOMHTMLCollection rows; + nsIDOMHTMLElement insertRow(in long index); + void deleteRow(in long index); }; -