summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/editsh.cxx')
-rw-r--r--sw/source/core/edit/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index d7d8e1ca68f7..70a756fab7c3 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -146,7 +146,7 @@ void SwEditShell::Insert2(const OUString &rStr, const bool bForceExpandHints )
}
else
{
- if ( STRING_LEN != pSI->GetInvalidity() )
+ if ( COMPLETE_STRING != pSI->GetInvalidityA() )
pSI->InitScriptInfo( (SwTxtNode&)rNode );
nLevel = pSI->DirType( nPrevPos );
}