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

Unuseful temporary variable

Change-Id: I926a69fa32b284475927e21f98f49330dde6d5b0
üst 098df79f
......@@ -126,8 +126,7 @@ void SwEditShell::Insert2(const OUString &rStr, const bool bForceExpandHints )
if ( rNode.IsTextNode() )
{
SwIndex& rIdx = pTmpCrsr->GetPoint()->nContent;
sal_Int32 nPos = rIdx.GetIndex();
sal_Int32 nPrevPos = nPos;
sal_Int32 nPrevPos = rIdx.GetIndex();
if ( nPrevPos )
--nPrevPos;
......
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