summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/svparser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index f7bb5a8551f8..c01f93d1d4b6 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -313,7 +313,7 @@ sal_uInt32 SvParser::GetNextChar()
"there is a converted character, but an error" );
// There are still errors, but nothing we can
// do
- c = (sal_uInt32)'?';
+ c = '?';
nChars = 1;
}
}
@@ -391,7 +391,7 @@ sal_uInt32 SvParser::GetNextChar()
}
if ( ! rtl::isUnicodeCodePoint( c ) )
- c = (sal_uInt32) '?' ;
+ c = '?' ;
if( bErr )
{