diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index ba7313ad25e0..f278dab7df79 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -66,7 +66,7 @@ bool SmIsMathAlpha(const OUString &rText) const sal_Unicode *pChar = aMathAlpha; while (*pChar && *pChar != cChar) pChar++; - return *pChar != sal_Unicode('\0'); + return *pChar != '\0'; } } |