зеркало из https://github.com/mozilla/pjs.git
fix for bug 5832; bad constant for nbsp value. rvd - floppy moose; appv - chofmann
This commit is contained in:
Родитель
adc7387702
Коммит
9a540c8daf
|
@ -39,7 +39,7 @@ class nsIFrame;
|
|||
|
||||
const static char* kMOZEditorBogusNodeAttr="MOZ_EDITOR_BOGUS_NODE";
|
||||
const static char* kMOZEditorBogusNodeValue="TRUE";
|
||||
const unsigned char nbsp = nbsp;
|
||||
const unsigned char nbsp = 160;
|
||||
|
||||
static NS_DEFINE_IID(kPlaceholderTxnIID, PLACEHOLDER_TXN_IID);
|
||||
static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
|
|
@ -39,7 +39,7 @@ class nsIFrame;
|
|||
|
||||
const static char* kMOZEditorBogusNodeAttr="MOZ_EDITOR_BOGUS_NODE";
|
||||
const static char* kMOZEditorBogusNodeValue="TRUE";
|
||||
const unsigned char nbsp = nbsp;
|
||||
const unsigned char nbsp = 160;
|
||||
|
||||
static NS_DEFINE_IID(kPlaceholderTxnIID, PLACEHOLDER_TXN_IID);
|
||||
static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче