summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/fontcfg.cxx')
-rw-r--r--unotools/source/config/fontcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx
index a2859339d705..ba04027ead45 100644
--- a/unotools/source/config/fontcfg.cxx
+++ b/unotools/source/config/fontcfg.cxx
@@ -919,7 +919,7 @@ void FontSubstConfiguration::fillSubstVector( const com::sun::star::uno::Referen
// count tokens
while( nLength-- )
{
- if( *pStr++ == sal_Unicode(';') )
+ if( *pStr++ == ';' )
nTokens++;
}
rSubstVector.clear();