diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-09 11:16:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-09 11:16:06 +0000 |
commit | 49c31a1f8b6a67ddf9129360adb5b1d4993cc8ed (patch) | |
tree | 40e06f04991d7cdfec8250156a50529bcf1ed150 /sw | |
parent | 0d9501bc358f187d070c490c60f930b56d0f33e6 (diff) |
#i10000# use GetBreakIter() instead of xBreak
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/porlay.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx index 72434f7af613..c70dc46f0183 100644 --- a/sw/source/core/text/porlay.cxx +++ b/sw/source/core/text/porlay.cxx @@ -1031,7 +1031,7 @@ void SwScriptInfo::InitScriptInfo( const SwTxtNode& rNode, sal_Bool bRTL ) // special case for dotted circle since it can be used with complex // before a mark, so we want it associated with the mark's script if (nChg < rTxt.Len() && nChg > 0 && (i18n::ScriptType::WEAK == - pBreakIt->xBreak->getScriptType(rTxt,nChg - 1))) + pBreakIt->GetBreakIter()->getScriptType(rTxt,nChg - 1))) { int8_t nType = u_charType(rTxt.GetChar(nChg) ); if (nType == U_NON_SPACING_MARK || nType == U_ENCLOSING_MARK || |