Fixed irix bustage
This commit is contained in:
@@ -89,4 +89,5 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
*/
|
*/
|
||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,11 +40,13 @@ CPPSRCS = \
|
|||||||
nsStyleSet.cpp \
|
nsStyleSet.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXPORTS = nsSelectionRange.h \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
MODULE = raptor
|
MODULE = raptor
|
||||||
|
|
||||||
|
EXPORTS = \
|
||||||
|
nsSelectionRange.h \
|
||||||
|
nsSelectionPoint.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
REQUIRES = xpcom raptor dom netlib
|
REQUIRES = xpcom raptor dom netlib
|
||||||
|
|
||||||
include $(DEPTH)/config/config.mk
|
include $(DEPTH)/config/config.mk
|
||||||
|
|||||||
@@ -89,4 +89,5 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
*/
|
*/
|
||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,3 +48,4 @@ char * nsSelectionPoint::ToString() {
|
|||||||
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
|
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -90,4 +90,5 @@ char * nsSelectionRange::ToString() {
|
|||||||
delete startStr;
|
delete startStr;
|
||||||
delete endStr;
|
delete endStr;
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -89,4 +89,5 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
|||||||
*/
|
*/
|
||||||
char * nsSelection::ToString() {
|
char * nsSelection::ToString() {
|
||||||
return mRange->ToString();;
|
return mRange->ToString();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -176,4 +176,5 @@ protected:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -156,4 +156,5 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -176,4 +176,5 @@ protected:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -156,4 +156,5 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user