Bug 198542 missing #ifndef/#endif directives in nsITextControlFrame.h

r=jkeiser, sr=henry.jia


git-svn-id: svn://10.0.0.236/trunk@140579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kyle.yuan%sun.com
2003-04-02 08:34:33 +00:00
parent 15225786a0
commit 58f9e0a842
2 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,9 @@
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsITextControlFrame_h___
#define nsITextControlFrame_h___
#include "nsIFormControlFrame.h"
@@ -86,3 +89,5 @@ public:
NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0;
};
#endif

View File

@@ -34,6 +34,9 @@
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsITextControlFrame_h___
#define nsITextControlFrame_h___
#include "nsIFormControlFrame.h"
@@ -86,3 +89,5 @@ public:
NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0;
};
#endif