sw/inc/viscrs.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6aa18da96299ecbad537033f4acb398315f402d5 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> Date: Thu Feb 12 16:31:50 2015 +0900 Enable mpCursorOverlay for Android too Commit 8fc976698e4d3d04f61cbad96c0c977ef15115d6 enables a code path that needs mpCursorOverlay, which was not enabled for Android and caused the build to fail. Change-Id: I88fe0be23c25c6b14170b2a3505aa2be01f73e0b diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index 1d364e0..b24bea5 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -71,7 +71,7 @@ class SwSelPaintRects : public SwRects const SwCrsrShell* pCShell; -#if HAVE_FEATURE_DESKTOP +#if HAVE_FEATURE_DESKTOP || defined(ANDROID) sdr::overlay::OverlayObject* mpCursorOverlay; // access to mpCursorOverlay for swapContent
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits