summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuhhconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuhhconv.cxx')
-rw-r--r--sd/source/ui/func/fuhhconv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx
index 31495124840c..bc73ef62ad0a 100644
--- a/sd/source/ui/func/fuhhconv.cxx
+++ b/sd/source/ui/func/fuhhconv.cxx
@@ -168,7 +168,7 @@ void FuHangulHanjaConversion::ConvertStyles( sal_Int16 nTargetLanguage, const Fo
{
SfxItemSet& rSet = pStyle->GetItemSet();
- const bool bHasParent = pStyle->GetParent().Len() != 0;
+ const bool bHasParent = !pStyle->GetParent().isEmpty();
if( !bHasParent || rSet.GetItemState( EE_CHAR_LANGUAGE_CJK, sal_False ) == SFX_ITEM_SET )
rSet.Put( SvxLanguageItem( nTargetLanguage, EE_CHAR_LANGUAGE_CJK ) );