diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-02 19:06:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-02 19:06:43 +0200 |
commit | 2c164be0df5c1501a7dbf0cf3dd45475a880b2ce (patch) | |
tree | b282fc767f3efb37cb652193c5100cbff142c630 | |
parent | fd6986343521bc182cb26ae974dbd7b6a7e8ef25 (diff) |
We need SwShellCrsr::FillStartEnd() on iOS, too
Change-Id: Idd28be5ed39298d8a49466724ac8600df4473464
-rw-r--r-- | sw/source/core/crsr/viscrs.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx index 1422f3de9082..ccd2e37347a0 100644 --- a/sw/source/core/crsr/viscrs.cxx +++ b/sw/source/core/crsr/viscrs.cxx @@ -257,8 +257,6 @@ void SwSelPaintRects::Hide() SwRects::clear(); } -#if HAVE_FEATURE_DESKTOP || defined(ANDROID) - /** * Return a layout rectangle (typically with minimal width) that represents a * cursor at rPosition. @@ -283,8 +281,6 @@ void SwShellCrsr::FillStartEnd(SwRect& rStart, SwRect& rEnd) const rEnd = lcl_getLayoutRect(pCursor->GetEndPos(), *pCursor->End()); } -#endif - void SwSelPaintRects::Show() { SdrView* pView = (SdrView*)pCShell->GetDrawView(); |