Searched refs:aCommentStar (Results 1 – 1 of 1) sorted by relevance
1553 const sal_Unicode aCommentStar('*'); in removeBlockComments() local1558 …const bool bStart(aCommentSlash == aChar && nPos + 1 < nLen && aCommentStar == rCandidate[nPos + 1… in removeBlockComments()1559 …const bool bEnd(aCommentStar == aChar && nPos + 1 < nLen && aCommentSlash == rCandidate[nPos + 1]); in removeBlockComments()
Completed in 22 milliseconds