Kaydet (Commit) 78bad759 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: Rename to void conflict after Crsr -> Cursor rename.

Change-Id: I850a207aebdf2a0f85f1ae75bb6b9a1532b3b4a6
üst f794c3f9
...@@ -443,9 +443,9 @@ throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception) ...@@ -443,9 +443,9 @@ throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
} }
else if (pCursor) else if (pCursor)
{ {
SwPaM *const pCrsr = pCursor->GetPaM(); SwPaM *const pCursorPam = pCursor->GetPaM();
*pCrsr->GetPoint() = *aPam.GetPoint(); *pCursorPam->GetPoint() = *aPam.GetPoint();
pCrsr->DeleteMark(); pCursorPam->DeleteMark();
} }
} }
break; break;
......
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