Kaydet (Commit) dd9972f5 authored tarafından Matteo Casalin's avatar Matteo Casalin

Remove unnecessary downcast

Change-Id: I7511862ddf6ed672ba4f09ef6729fb1fa7c1d355
üst 8c54f9ab
......@@ -505,8 +505,8 @@ bool SwPaM::DoSearch( const SearchOptions& rSearchOpt, utl::TextSearch& rSTxt,
}
else
{
nStart = (sal_uInt16)nProxyStart;
nEnd = (sal_uInt16)nProxyEnd;
nStart = nProxyStart;
nEnd = nProxyEnd;
}
nStart = nEnd;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment