Kaydet (Commit) 2c164be0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We need SwShellCrsr::FillStartEnd() on iOS, too

Change-Id: Idd28be5ed39298d8a49466724ac8600df4473464
üst fd698634
...@@ -257,8 +257,6 @@ void SwSelPaintRects::Hide() ...@@ -257,8 +257,6 @@ void SwSelPaintRects::Hide()
SwRects::clear(); SwRects::clear();
} }
#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
/** /**
* Return a layout rectangle (typically with minimal width) that represents a * Return a layout rectangle (typically with minimal width) that represents a
* cursor at rPosition. * cursor at rPosition.
...@@ -283,8 +281,6 @@ void SwShellCrsr::FillStartEnd(SwRect& rStart, SwRect& rEnd) const ...@@ -283,8 +281,6 @@ void SwShellCrsr::FillStartEnd(SwRect& rStart, SwRect& rEnd) const
rEnd = lcl_getLayoutRect(pCursor->GetEndPos(), *pCursor->End()); rEnd = lcl_getLayoutRect(pCursor->GetEndPos(), *pCursor->End());
} }
#endif
void SwSelPaintRects::Show() void SwSelPaintRects::Show()
{ {
SdrView* pView = (SdrView*)pCShell->GetDrawView(); SdrView* pView = (SdrView*)pCShell->GetDrawView();
......
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