summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2017-06-26 16:47:12 -0400
committerJustin Luth <justin_luth@sil.org>2017-07-01 02:44:23 +0200
commitcac5c9f6081590b0548d3116bc4cd4a2509ec576 (patch)
treedde46d34ce8de3aa0734166f2c00e48568c1e4e4
parent601aadd01633a3797a88ca126772ae7cc3bf8696 (diff)
sw:findtext - remove useless nStart = nProxyStart
...since the clause is immediately followed by nStart = nEnd. Change-Id: I306f6012b4e8f69288d3470214853c17546906e7 Reviewed-on: https://gerrit.libreoffice.org/39359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
-rw-r--r--sw/source/core/crsr/findtxt.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx
index 4f91d9d62e0a..65345fb3a4f5 100644
--- a/sw/source/core/crsr/findtxt.cxx
+++ b/sw/source/core/crsr/findtxt.cxx
@@ -594,7 +594,6 @@ bool SwPaM::DoSearch( const i18nutil::SearchOptions2& rSearchOpt, utl::TextSearc
}
else
{
- nStart = nProxyStart;
nEnd = nProxyEnd;
}
nStart = nEnd;