summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtextpathnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtextpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index 7738fac18b07..8e09a84c3c96 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -338,7 +338,7 @@ namespace svgio
{
const sal_Int32 nLen(aContent.getLength());
- if(nLen && sal_Unicode('#') == aContent[0])
+ if(nLen && '#' == aContent[0])
{
maXLink = aContent.copy(1);
}