Home
last modified time | relevance | path

Searched refs:aCommentSlash (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx1552 const sal_Unicode aCommentSlash('/'); in removeBlockComments() local
1558 …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 27 milliseconds