diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-11 17:15:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-11 20:18:19 +0000 |
commit | f3f6629a2ec9fc5f02d2102f2b4c6407f851208c (patch) | |
tree | 9a885cc1e3ab9d82dd6626f72169cd586c5fb169 /sw/source/ui/docvw | |
parent | cea2bd4d2d4601c22b6706c3ec334c4ad8b55c2d (diff) |
longparas: OldTextLen and DeltaStart are unused
Change-Id: Icfcbfece1954675cd4b8882f66726d80b7315e61
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index 93607fb044d6..0cf02b65f1d2 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -5778,7 +5778,7 @@ void QuickHelpData::Start( SwWrtShell& rSh, sal_uInt16 nWrdLen ) EXTTEXTINPUT_ATTR_HIGHLIGHT; const std::vector<sal_uInt16> aAttrs( nL, nVal ); CommandExtTextInputData aCETID( sStr, &aAttrs[0], nL, - 0, 0, 0, sal_False ); + 0, false ); //fdo#33092. If the current input language is the default //language that text would appear in if typed, then don't |