summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-09-09 11:16:06 +0000
committerOliver Bolte <obo@openoffice.org>2009-09-09 11:16:06 +0000
commitddcd8a04e71378854ae4b206698428773d27cd1a (patch)
tree073688e3efb0169a5e373feb650719f2c5d30aba /sw/source/core
parent73c1636eea7527405d1ec5205bccd687140967df (diff)
#i10000# use GetBreakIter() instead of xBreak
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/porlay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index 5096f14260..da275d1ebd 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 ||