summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index caf0c31ef5d6..bcc7ceff90ef 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -655,8 +655,8 @@ void SvxShowCharSet::OutputIndex( int nNewIndex )
void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew )
{
- if (mxFontCharMap == nullptr)
- RecalculateFont(*this);
+ if ( !mxFontCharMap.Is() )
+ RecalculateFont( *this );
// get next available char of current font
sal_UCS4 cNext = mxFontCharMap->GetNextChar( (cNew > 0) ? cNew - 1 : cNew );
@@ -1621,7 +1621,7 @@ void SubsetMap::InitList()
void SubsetMap::ApplyCharMap( const FontCharMapRef& rxFontCharMap )
{
- if( !rxFontCharMap )
+ if( !rxFontCharMap.Is() )
return;
// remove subsets that are not matched in any range