[Libreoffice-commits] core.git: sw/source
Justin Luth
justin_luth at sil.org
Sat Jul 1 00:44:48 UTC 2017
sw/source/core/crsr/findtxt.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit cac5c9f6081590b0548d3116bc4cd4a2509ec576
Author: Justin Luth <justin_luth at sil.org>
Date: Mon Jun 26 16:47:12 2017 -0400
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 at libreoffice.org>
Reviewed-by: Justin Luth <justin_luth at sil.org>
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;
More information about the Libreoffice-commits
mailing list