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 eea58f039c93..45c29cc2c21e 100644
--- a/sd/source/ui/func/fuhhconv.cxx
+++ b/sd/source/ui/func/fuhhconv.cxx
@@ -155,7 +155,7 @@ void FuHangulHanjaConversion::ConvertStyles( LanguageType nTargetLanguage, const
if( !pStyleSheetPool )
return;
- SfxStyleSheetBase* pStyle = pStyleSheetPool->First();
+ SfxStyleSheetBase* pStyle = pStyleSheetPool->First(pStyleSheetPool->GetSearchFamily(), pStyleSheetPool->GetSearchMask());
while( pStyle )
{
SfxItemSet& rSet = pStyle->GetItemSet();