[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sw/inc

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Wed Feb 11 23:38:30 PST 2015


 sw/inc/viscrs.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6aa18da96299ecbad537033f4acb398315f402d5
Author: Tomaž Vajngerl <tomaz.vajngerl at 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


More information about the Libreoffice-commits mailing list