sw/source/core/crsr/viscrs.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 2c164be0df5c1501a7dbf0cf3dd45475a880b2ce
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Mar 2 19:06:11 2015 +0200

    We need SwShellCrsr::FillStartEnd() on iOS, too
    
    Change-Id: Idd28be5ed39298d8a49466724ac8600df4473464

diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index 1422f3d..ccd2e37 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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to